Quick Shot

Capture screen shots of your web browser and download them automatically.

Cos'è Quick Shot?

Quick Shot è un'estensione di Chrome sviluppata da apl7, e la sua funzione principale è "Capture screen shots of your web browser and download them automatically.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Quick Shot

Scarica i file di estensione Quick Shot 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

                        Install Quick Shot to easily capture a photo of your browser screen. Simply click the Quick Shot button once and a screenshot will automatically download to your computer.                    

Informazioni di Base sull'Estensione

Nome Quick Shot Quick Shot
ID gjbpipacodljbejbnggbmcobopdgjlmn
URL Ufficiale https://chrome.google.com/webstore/detail/quick-shot/gjbpipacodljbejbnggbmcobopdgjlmn
Descrizione Capture screen shots of your web browser and download them automatically.
Dimensione del File 29.57 KB
Conteggio Installazioni 676
Versione Corrente 0.0.1
Ultimo Aggiornamento 2015-09-08
Data di Pubblicazione 2015-09-08
Valutazione 4.00/5 Totale 8 Valutazioni
Sviluppatore apl7
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Quick Shot",
    "version": "0.0.1",
    "manifest_version": 2,
    "description": "Capture screen shots of your web browser and download them automatically.",
    "permissions": [
        "tabs",
        ""
    ],
    "background": {
        "scripts": [
            "capture.js"
        ]
    },
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_title": "Capture and download screen shots!"
    }
}