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",
"name": "Take and resize browser screenshots",
"version": "0.0.9",
"description": "Take screenshots of a browser window (with the address bar, menus, tooltips, popups), resize, save, put to clipboard in one click",
"icons": {
"128": "images\/off.png"
},
"background": {
"service_worker": "sw\/sw.js",
"type": "module"
},
"action": [],
"options_ui": {
"page": "options\/options.html",
"open_in_tab": true
},
"permissions": [
"activeTab",
"scripting",
"storage",
"downloads",
"offscreen",
"clipboardWrite"
],
"manifest_version": 3
}