StaticShot - Screenshot Capture & Annotate
Capture pages, edit and upload images to Static.md
What is StaticShot - Screenshot Capture & Annotate?
StaticShot - Screenshot Capture & Annotate is a Chrome extension developed by https://static.md, and its main feature is "Capture pages, edit and upload images to Static.md".
Extension Screenshots
Download StaticShot - Screenshot Capture & Annotate Extension CRX File
Download StaticShot - Screenshot Capture & Annotate extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Usage:
1) Click on the extension icon to take a screenshot;
2) Annotate the image;
3) Download or Upload;
*4) Be happy Extension Basic Information
| Name | |
| ID | bbgoenllpdnfljjapjcababahphohncj |
| Official URL | https://chromewebstore.google.com/detail/staticshot-screenshot-cap/bbgoenllpdnfljjapjcababahphohncj |
| Description | Capture pages, edit and upload images to Static.md |
| File Size | 123 KB |
| Installation Count | 2,749 |
| Current Version | 1.12.0 |
| Last Updated | 2023-12-11 |
| Publish Date | 2017-05-27 |
| Rating | 4.68/5 Total 25 Ratings |
| Developer | https://static.md |
| [email protected] | |
| Payment Type | free |
| Privacy Policy Page URL | https://static.md/privacy |
| Supported Languages | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "StaticShot - Screenshot Capture & Annotate",
"short_name": "StaticShot",
"description": "Capture pages, edit and upload images to Static.md",
"version": "1.12.0",
"background": {
"service_worker": "js\/background.js"
},
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"homepage_url": "https:\/\/static.md",
"permissions": [
"activeTab",
"contextMenus"
],
"action": {
"default_icon": "icon48.png",
"default_title": "Capture the page"
},
"content_security_policy": []
} | |