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", "default_locale": "en", "name": "__MSG_extName__", "short_name": "notionClipper", "description": "__MSG_extDescription__", "version": "0.0.44", "author": "NoteRail", "icons": { "24": "icon-24.png", "128": "icon-128.png" }, "action": { "default_title": "Open notionClipper", "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" }, "commands": { "_execute_action": { "suggested_key": { "default": "Alt+N", "windows": "Alt+N", "mac": "Alt+N", "linux": "Alt+N" } }, "screenshot": { "suggested_key": { "default": "Alt+S" }, "description": "Capture screenshot" }, "clip_article": { "suggested_key": { "default": "Alt+A" }, "description": "Clip Article" }, "multi_select_text": { "suggested_key": { "default": "Alt+M" }, "description": "Multi select text" } }, "web_accessible_resources": [ { "resources": [ "scripts\/screenshot\/crop-box-INRU5H6T.js", "scripts\/screenshot\/shot-cropper-7YRZYKE2.css", "scripts\/highlighter\/Highlighter.js", "scripts\/highlighter\/highlighterCmd.js", "scripts\/highlighter\/HighlightRange-3C6JRVT3.js", "scripts\/search-page\/search-page-OHFCUPMS.css", "scripts\/format-dom\/dom-to-notion.js", "scripts\/clip-site\/manual-clip-site.js", "scripts\/clip-site\/clip-article.js", "scripts\/clip-site\/mark-serializer\/mark-serializer.js", "scripts\/clip-site\/Summary\/summary.html" ], "matches": [ "<all_urls>" ] } ], "declarative_net_request": { "rule_resources": [ { "id": "ruleset_request_header", "enabled": true, "path": ".\/request_header.json" } ] }, "permissions": [ "activeTab", "cookies", "contextMenus", "declarativeNetRequestWithHostAccess", "storage", "scripting", "sidePanel" ], "host_permissions": [ "https:\/\/www.notion.so\/*" ], "optional_host_permissions": [ "<all_urls>" ] }