StaticShot - Screenshot Capture & Annotate

Capture pages, edit and upload images to Static.md

Cos'è StaticShot - Screenshot Capture & Annotate?

StaticShot - Screenshot Capture & Annotate è un'estensione di Chrome sviluppata da https://static.md, e la sua funzione principale è "Capture pages, edit and upload images to Static.md".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione StaticShot - Screenshot Capture & Annotate

Scarica i file di estensione StaticShot - Screenshot Capture & Annotate in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome StaticShot - Screenshot Capture & Annotate StaticShot - Screenshot Capture & Annotate
ID bbgoenllpdnfljjapjcababahphohncj
URL Ufficiale https://chromewebstore.google.com/detail/staticshot-screenshot-cap/bbgoenllpdnfljjapjcababahphohncj
Descrizione Capture pages, edit and upload images to Static.md
Dimensione del File 123 KB
Conteggio Installazioni 2,749
Versione Corrente 1.12.0
Ultimo Aggiornamento 2023-12-11
Data di Pubblicazione 2017-05-27
Valutazione 4.68/5 Totale 25 Valutazioni
Sviluppatore https://static.md
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://static.md/privacy
Lingue Supportate 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": []
}