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": "Screenshot",
"description": "Quickly take screenshot of current tab. Keyboard Command: Alt+P.",
"version": "0.0.7",
"manifest_version": 3,
"background": {
"service_worker": "background.js"
},
"action": {
"default_icon": "static\/128.png",
"default_title": "Take Screenshot"
},
"icons": {
"48": "static\/48.png",
"128": "static\/128.png"
},
"permissions": [
"activeTab",
"downloads",
"storage"
],
"commands": {
"_execute_action": {
"suggested_key": {
"default": "Alt+P"
}
}
},
"options_page": "options.html",
"homepage_url": "https:\/\/browsernative.com\/screenshot-extension\/"
}