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": "126", "default_locale": "en", "name": "__MSG_extName__", "short_name": "oneClipper", "description": "__MSG_extDescription__", "version": "0.0.40", "author": "NoteRail", "icons": { "24": "icon-24.png", "128": "icon-128.png" }, "action": { "default_title": "Open oneClipper (Alt+O)", "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+O", "windows": "Alt+O", "mac": "Alt+O", "linux": "Alt+O" } }, "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\/*", "scripts\/highlighter\/*", "scripts\/clip-site\/*" ], "matches": [ "<all_urls>" ] } ], "externally_connectable": { "matches": [ "https:\/\/cloud.oneclipper.brahmastra.guru\/*" ] }, "declarative_net_request": { "rule_resources": [ { "id": "ruleset_request_header", "enabled": true, "path": "request_header.json" } ] }, "permissions": [ "activeTab", "contextMenus", "declarativeNetRequestWithHostAccess", "storage", "scripting", "sidePanel" ], "host_permissions": [], "optional_host_permissions": [ "<all_urls>" ], "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAqQsqCQv\/\/37JsrFLnUWfuXM\/jIlm9gCmUmZjgZpSZdk5dp4kSV0abMaLRKY\/CsghE9abtfrMjPj6dfZyhOXZJEJwOzP4H5iL\/9jzluo\/h9rWIgK7jEkFRo1ZbgPVcJtbeViQ5LP6WvjNlJPXHcYASNZ8DJc2zMfaq+BoEccSr8CVME7CXH38resZhzrUqRuPG5+NhHkk1ihqJygCFBJcz3SzJAHyK0ykJDIhpdf0rfDZkesn+TVMwTqAg7Da6YoounlBO0h3tQJNI7S\/ocqlV0qcv3Cuqv4crZje4lvSu\/HwCfX38h4Cdx0j51EoYSXWWiuLeHLMAOcEhIaKx3JtKwIDAQAB" }