Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "minimum_chrome_version": "123", "offline_enabled": true, "default_locale": "en", "name": "__MSG_extName__", "short_name": "keepClipper", "description": "__MSG_extDescription__", "version": "0.1.14", "author": "NoteRail", "icons": { "24": "icon-24.png", "32": "icon_32.png", "128": "icon-128.png" }, "action": { "default_title": "Open keepClipper (Alt+K)", "default_popup": "popup\/index.html" }, "side_panel": { "default_path": "panel\/index.html" }, "options_page": "options\/index.html", "background": { "service_worker": "background\/background.js", "type": "module" }, "content_scripts": [ { "matches": [ "https:\/\/notes-pa.clients6.google.com\/static\/proxy.html?*" ], "js": [ "scripts\/xhr.js" ], "run_at": "document_start", "all_frames": true, "world": "MAIN" }, { "matches": [ "https:\/\/notes-pa.clients6.google.com\/static\/proxy.html?*" ], "js": [ "scripts\/msg-proxy.js" ], "run_at": "document_start", "all_frames": true } ], "commands": { "_execute_action": { "suggested_key": { "default": "Alt+K", "windows": "Alt+K", "mac": "Alt+K", "linux": "Alt+K" } }, "screenshot": { "suggested_key": { "default": "Alt+S" }, "description": "Capture screenshot" }, "multi_select_text": { "suggested_key": { "default": "Alt+M" }, "description": "Multi select text" } }, "web_accessible_resources": [ { "resources": [ "scripts\/screenshot\/crop-box.js", "scripts\/screenshot\/shot-cropper-PVQGE525.css", "scripts\/highlighter\/Highlighter.js", "scripts\/clip-article\/auto-clip-article.js", "scripts\/clip-article\/manual-clip.js", "scripts\/generator\/enums.js", "scripts\/generator\/mark-txt-generator.js", "scripts\/generator\/text-generator.js", "scripts\/func-script.js" ], "matches": [ "<all_urls>" ] } ], "declarative_net_request": { "rule_resources": [ { "id": "keep-request", "enabled": true, "path": "keep-request.json" } ] }, "permissions": [ "activeTab", "contextMenus", "declarativeNetRequestWithHostAccess", "sidePanel", "storage", "scripting" ], "host_permissions": [ "https:\/\/keep.google.com\/*", "https:\/\/notes-pa.clients6.google.com\/static\/proxy.html?*" ], "optional_permissions": [ "cookies" ], "optional_host_permissions": [ "<all_urls>" ], "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAo3YyHpWkn6irvSKeQ2Dcs51GyErFD546LKw\/JejooDXUKZP+ZNSj9oYM6isoiK88Mg1rOG8V05+A9XUU3ks95FpryGU6sKhTVO1wLVzLE5e\/ov9SInghz6duOsLz5ER9ckHVtNJTKkFxi69ZcMXxqVNRgH1uPyqhRkbvbfpSZosOrZMlY3b1glGiuwFSuJW2Hn9ZUHoBY+YUzssWcRAM7YkxPdGJ6BrY+KA9iaok3T7P+tLKamX4K7PG+V4rIp4lwr\/Ot6CemP1GzWlkvqsPF8VjcC3Eo3B+\/vMLCxN5j\/3fOlSuyVvwMIBcOCHCQ5smM1Qz14jPiBh8p2Ds2rovEwIDAQAB" }