Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{ "background": { "service_worker": "background.js", "type": "module" }, "action": { "default_icon": "icons\/clean.png" }, "content_scripts": [ { "all_frames": false, "js": [ "clean_content.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_end" } ], "description": "cleanly print the web page as pdf", "icons": { "16": "icons\/clean-16.png", "32": "icons\/clean-32.png", "48": "icons\/clean-48.png", "128": "icons\/clean-128.png" }, "incognito": "spanning", "manifest_version": 3, "name": "cleanly print", "permissions": [ "activeTab", "contextMenus", "scripting" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.0.2" }