Itsosticky screen capture

Itsosticky screen capture

Cos'è Itsosticky screen capture?

Itsosticky screen capture è un'estensione di Chrome sviluppata da itsosticky, e la sua funzione principale è "Itsosticky screen capture".

Screenshot dell'Estensione

Scarica il file CRX dell'estensione Itsosticky screen capture

Scarica i file di estensione Itsosticky screen capture 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

                        A simple chrome extension for easy screen captures.

Toggle the extension with ctrl-shift-s (or command-shift-s on macOS). Drag to select a region to capture.

In the interest of user confidence, the source code for this extension is available at: https://github.com/itsosticky/itso_capture                    

Informazioni di Base sull'Estensione

Nome Itsosticky screen capture Itsosticky screen capture
ID igaopnngccagbhclcohemceikfoeeaco
URL Ufficiale https://chromewebstore.google.com/detail/itsosticky-screen-capture/igaopnngccagbhclcohemceikfoeeaco
Descrizione Itsosticky screen capture
Dimensione del File 24.06 KB
Conteggio Installazioni 95
Versione Corrente 0.1
Ultimo Aggiornamento 2016-10-26
Data di Pubblicazione 2016-10-26
Valutazione 3.67/5 Totale 3 Valutazioni
Sviluppatore itsosticky
Tipo di Pagamento free
Sito Web dell'Estensione https://itsosticky.com
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Itsosticky screen capture",
    "short_name": "Itsosticky",
    "version": "0.1",
    "description": "Itsosticky screen capture",
    "author": "Itsosticky",
    "browser_action": {
        "default_icon": "icons\/itso_icon_16_off.png",
        "default_title": "Itsosticky screen capture"
    },
    "background": {
        "scripts": [
            "script\/itso_background.js"
        ]
    },
    "permissions": [
        ""
    ],
    "web_accessible_resources": [
        "media\/icon_close.svg",
        "media\/icon_select.svg",
        "media\/logo_itsosticky.svg"
    ],
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "windows": "Ctrl+Shift+S",
                "mac": "Command+Shift+S",
                "chromeos": "Ctrl+Shift+S",
                "linux": "Ctrl+Shift+S"
            }
        }
    },
    "icons": {
        "16": "icons\/icon_16.png",
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    }
}