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,
"name": "Notebook Web Clipper \u2013 Sticky Notes & Save Articles",
"description": "Clear the clutter. Clip the web. Save to Notebook.",
"version": "3.3.1",
"background": {
"service_worker": "dist\/clipper-background.bundle.js"
},
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*",
"file:\/\/*\/*"
],
"js": [
"initial-load.js",
"vendor\/readability\/Readability.js",
"vendor\/jquery\/jquery-3.1.0.min.js",
"vendor\/zoho\/annotator\/fcomponents_annotator.js"
],
"run_at": "document_start"
}
],
"web_accessible_resources": [
{
"resources": [
"html\/*",
"assets\/*",
"images\/*",
"css\/*",
"js\/*",
"fonts\/*",
"vendor\/*"
],
"matches": [
"<all_urls>"
]
}
],
"action": {
"default_icon": {
"19": "assets\/icons\/notebook-icon.png",
"38": "assets\/icons\/[email protected]",
"128": "assets\/icons\/notebook-128.png"
}
},
"icons": {
"16": "assets\/icons\/notebook-icon.png",
"32": "assets\/icons\/[email protected]",
"48": "assets\/icons\/notebook-128.png",
"128": "assets\/icons\/notebook-128.png"
},
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self';"
},
"default_locale": "en",
"permissions": [
"tabs",
"storage",
"cookies",
"contextMenus",
"webNavigation",
"declarativeNetRequest"
],
"host_permissions": [
"<all_urls>"
]
}