One click is enough!
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"update_url": "https://clients2.google.com/service/update2/crx",
"manifest_version": 3,
"name": "Simple screenshot",
"description": "One click is enough!",
"version": "2.0.3",
"icons": {
"16": "16.e52722fd.png",
"32": "32.00c7fb79.png",
"48": "48.de65d008.png",
"128": "128.4f6d7314.png"
},
"action": {
"default_title": "Simple screenshot",
"default_icon": {
"16": "16.e52722fd.png",
"19": "19.3f0bd8a2.png",
"24": "24.78022110.png",
"32": "32.00c7fb79.png",
"38": "38.4e43ac41.png",
"48": "48.de65d008.png",
"128": "128.4f6d7314.png"
}
},
"background": {
"service_worker": "background.3c2a2d66.js"
},
"permissions": [
"activeTab",
"downloads",
"storage"
]
}