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__",
"description": "__MSG_extDescription__",
"short_name": "markClipper",
"version": "1.0.16",
"author": "NoteRail",
"icons": {
"24": "icon-24.png",
"128": "icon-128.png"
},
"action": {
"default_title": "__MSG_open_markclipper__",
"default_popup": "popup\/index.html"
},
"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": "Ctrl+Shift+X",
"windows": "Ctrl+Shift+X",
"mac": "Ctrl+Shift+X",
"linux": "Ctrl+Shift+X"
}
},
"screenshot": {
"suggested_key": {
"default": "Alt+S"
},
"description": "__MSG_capture_screenshot__"
},
"multi_select_text": {
"suggested_key": {
"default": "Alt+M"
},
"description": "__MSG_multi_select_text__"
}
},
"web_accessible_resources": [
{
"resources": [
"scripts\/highlighter\/Highlighter.js",
"scripts\/clip-article\/auto-clip-article.js",
"scripts\/clip-article\/metadata-extractor.js",
"scripts\/generator\/enums.js",
"scripts\/generator\/mark-generator.js",
"scripts\/generator\/mark-txt-generator.js",
"scripts\/screenshot\/crop-box.js",
"scripts\/screenshot\/shot-cropper-F2MR2UT2.css",
"scripts\/func-script.js"
],
"matches": [
"<all_urls>"
]
}
],
"declarative_net_request": {
"rule_resources": [
{
"id": "ruleset_request_header",
"enabled": true,
"path": ".\/request_header.json"
}
]
},
"permissions": [
"sidePanel",
"contextMenus",
"declarativeNetRequestWithHostAccess",
"activeTab",
"scripting",
"storage"
],
"optional_host_permissions": [
"<all_urls>"
]
}