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",
"name": "Web Clipper (Nimbus)",
"description": "__MSG_appDesc__",
"version": "4.9.9.1",
"manifest_version": 3,
"default_locale": "en",
"permissions": [
"activeTab",
"tabs",
"contextMenus",
"cookies",
"storage"
],
"host_permissions": [
"*:\/\/*\/*"
],
"content_security_policy": {
"extension_page": "script-src 'self' 'wasm-unsafe-eval'"
},
"icons": {
"16": "images\/16x16.png",
"24": "images\/24x24.png",
"32": "images\/32x32.png",
"48": "images\/48x48.png",
"64": "images\/64x64.png",
"128": "images\/128x128.png"
},
"action": {
"default_title": "Web Clipper",
"default_icon": {
"16": "images\/16x16.png",
"48": "images\/48x48.png",
"128": "images\/128x128.png"
},
"default_popup": "popup.html"
},
"background": {
"service_worker": "js\/background.js"
},
"content_scripts": [
{
"css": [
"css\/nimbus.css",
"css\/style.css",
"css\/jquery-ui.css",
"css\/nimbusTreeMenu.css"
],
"js": [
"js\/_external\/jquery-3.3.1.min.js",
"js\/_external\/jquery.hotkeys.js",
"js\/_external\/jquery-ui.min.js",
"js\/_external\/async.js",
"js\/setup.js",
"js\/core.js",
"js\/MessageConstants.js",
"js\/content_scripts\/Speaker.js",
"js\/content_scripts\/Listener.js",
"js\/content_scripts\/dropdown.js",
"js\/content_scripts\/Article.js",
"js\/content_scripts\/alertManager.js",
"js\/adapters\/defaultMeasureFrameAdapter.js",
"js\/adapters\/docsGoogleMeasureFrameAdapter.js",
"js\/adapters\/factory.js",
"js\/content_scripts\/messenger.js",
"js\/content_scripts\/DOMParser.js",
"js\/content_scripts\/htmlparser\/Readability.js",
"js\/content_scripts\/htmlparser\/mercury.web.js",
"js\/content_scripts\/htmlparser\/content_clone.js",
"js\/content_scripts\/htmlparser\/specificity.js",
"js\/content_scripts\/htmlparser\/cssparser.js",
"js\/content_scripts\/htmlparser\/misc.js",
"js\/content_scripts\/htmlparser\/preparer.js",
"js\/content_scripts\/htmlparser\/parser.js",
"js\/content_scripts\/htmlparser\/article.js",
"js\/content_scripts\/htmlparser\/modules\/mail_classes.js",
"js\/content_scripts\/htmlparser\/modules\/rawfiles.js",
"js\/content_scripts\/htmlparser\/modules\/gmail.js",
"js\/content_scripts\/htmlparser\/modules\/yandexmail.js",
"js\/content_scripts\/htmlparser\/modules\/livemail.js",
"js\/content_scripts\/htmlparser\/modules\/facebook.js",
"js\/content_scripts\/htmlparser\/modules\/youtube.js",
"js\/content_scripts\/htmlparser\/modules\/mailru.js",
"js\/content_scripts\/htmlparser\/modules\/outlook.js",
"js\/content_scripts\/htmlparser\/modules\/yahoo.js",
"js\/content_scripts\/htmlparser\/modules\/mail_prepare.js",
"js\/content_scripts\/htmlparser\/modules\/amazon.js",
"js\/content_scripts\/htmlparser\/modules\/linkedin.js",
"js\/content_scripts\/htmlparser\/modules\/imdb.js",
"js\/content_scripts\/htmlparser\/modules\/kinopoisk.js",
"js\/content_scripts\/htmlparser\/modules\/arxiv.js",
"js\/content_scripts\/htmlparser\/photoclip.js",
"js\/content_scripts\/htmlparser\/cssinliner.js",
"js\/content_scripts\/mime.js",
"js\/content_scripts\/notify.js",
"js\/content_scripts\/screenmaker.js",
"js\/content_scripts\/hotkeys.js",
"js\/content_scripts\/nimbus.js",
"js\/content_scripts\/pageHelper.js",
"js\/content_scripts\/imageHelper.js",
"js\/content_scripts\/browserOverlay.js",
"js\/content_scripts\/nimbusTreeMenu.js"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"run_at": "document_end"
},
{
"js": [
"js\/content_scripts\/everhelper.js"
],
"matches": [
"https:\/\/everhelper.me\/*",
"https:\/\/sync.everhelper.me\/*"
],
"run_at": "document_end"
},
{
"all_frames": true,
"js": [
"js\/content_scripts\/htmlparser\/tools_serialize.js",
"js\/content_scripts\/htmlparser\/html_serialize.js",
"js\/content_scripts\/htmlparser\/frame_clone.js"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*",
"ftp:\/\/*\/*"
]
}
],
"web_accessible_resources": [
{
"resources": [
"js\/content_scripts\/inject.js"
],
"matches": [
"<all_urls>"
]
},
{
"resources": [
"\/images\/*"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"extension_ids": [],
"use_dynamic_url": true
}
],
"options_page": ".\/options.html"
}