StaticShot - Screenshot Capture & Annotate

Capture pages, edit and upload images to Static.md

Was ist StaticShot - Screenshot Capture & Annotate?

StaticShot - Screenshot Capture & Annotate ist eine Chrome-Erweiterung, die von https://static.md entwickelt wurde, und ihr Hauptmerkmal ist "Capture pages, edit and upload images to Static.md".

Erweiterungsscreenshots

screenshot

StaticShot - Screenshot Capture & Annotate-Erweiterungs-CRX-Datei herunterladen

Laden Sie StaticShot - Screenshot Capture & Annotate-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Usage:
1) Click on the extension icon to take a screenshot;
2) Annotate the image;
3) Download or Upload;
*4) Be happy                    

Grundlegende Informationen zur Erweiterung

Name StaticShot - Screenshot Capture & Annotate StaticShot - Screenshot Capture & Annotate
ID bbgoenllpdnfljjapjcababahphohncj
Offizielle URL https://chromewebstore.google.com/detail/staticshot-screenshot-cap/bbgoenllpdnfljjapjcababahphohncj
Beschreibung Capture pages, edit and upload images to Static.md
Dateigröße 123 KB
Installationsanzahl 2,749
Aktuelle Version 1.12.0
Letztes Update 2023-12-11
Veröffentlichungsdatum 2017-05-27
Bewertung 4.68/5 Insgesamt 25 Bewertungen
Entwickler https://static.md
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://static.md/privacy
Unterstützte Sprachen 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": []
}