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": "Full Page Screenshot",
"short_name": "Screenshot",
"description": "An powerful tool to capture entire webpage or selected area and annotate inside editor",
"offline_enabled": true,
"version": "1.0.9",
"manifest_version": 3,
"author": "Rahul Baruri <[email protected]>",
"icons": {
"16": "images\/icons\/16.png",
"32": "images\/icons\/32.png",
"48": "images\/icons\/48.png",
"128": "images\/icons\/128.png",
"256": "images\/icons\/256.png"
},
"background": {
"service_worker": "\/js\/background.js"
},
"host_permissions": [
"*:\/\/*\/*",
"<all_urls>",
"file:\/\/\/*"
],
"permissions": [
"scripting",
"storage",
"unlimitedStorage"
],
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*",
"ftp:\/\/*\/*",
"file:\/\/\/*",
"*:\/\/*\/*"
],
"js": [
"\/js\/contentScript.js"
],
"run_at": "document_start",
"all_frames": true
}
],
"action": {
"default_icon": "images\/icons\/32.png",
"default_popup": "popup.html"
},
"web_accessible_resources": [
{
"resources": [
"\/css\/injectable.css",
"editor.html"
],
"matches": [
"*:\/\/*\/*",
"ftp:\/\/*\/*",
"file:\/\/\/*",
"<all_urls>"
]
}
]
}