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",
"action": {
"default_icon": {
"16": "data\/icons\/16.png",
"32": "data\/icons\/32.png",
"48": "data\/icons\/48.png",
"64": "data\/icons\/64.png"
},
"default_title": "Screenshot in Page"
},
"background": {
"service_worker": "background.js"
},
"commands": {
"capture": {
"description": "Take screenshot",
"suggested_key": {
"default": "Alt+Shift+D"
}
}
},
"description": "With a single click, capture a screenshot of the entire website!",
"homepage_url": "https:\/\/www.downloadhub.cloud\/2022\/12\/screenshot-in-page.html",
"icons": {
"16": "data\/icons\/16.png",
"32": "data\/icons\/32.png",
"48": "data\/icons\/48.png",
"64": "data\/icons\/64.png",
"128": "data\/icons\/128.png"
},
"manifest_version": 3,
"name": "Screenshot in Page",
"offline_enabled": true,
"options_ui": {
"open_in_tab": true,
"page": "data\/options\/options.html"
},
"permissions": [
"storage",
"activeTab",
"scripting"
],
"short_name": "screenshot",
"version": "1.5"
}