Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{ "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": "domainNote", "description": "__MSG_extDescription__", "version": "0.0.63", "author": "NoteRail", "icons": { "16": "icon.png", "48": "icon_48.png", "128": "icon_128.png" }, "action": { "default_title": "Open domainNote (Alt+W)" }, "options_page": "options\/index.html", "side_panel": { "default_path": "panel\/index.html" }, "background": { "service_worker": "background\/background.js", "type": "module" }, "commands": { "_execute_action": { "suggested_key": { "default": "Alt+W", "windows": "Alt+W", "mac": "Alt+W", "linux": "Alt+W" } } }, "web_accessible_resources": [ { "resources": [ "scripts\/screenshot\/shot-cropper-7YRZYKE2.css", "scripts\/screenshot\/cropper.js", "scripts\/screenshot\/crop-box-Q6FN6R7Y.js", "scripts\/highlighter\/Highlighter.js", "scripts\/generator\/md-generator.js" ], "matches": [ "<all_urls>" ] } ], "externally_connectable": { "matches": [ "https:\/\/cloud.domainnote.noterail.co\/*" ] }, "permissions": [ "activeTab", "contextMenus", "sidePanel", "storage", "tabs", "scripting" ], "optional_host_permissions": [ "<all_urls>" ] }