ScreenShot Manager

Take screenshots and store them in local memory. Download them automatically or at a later date.

Cos'è ScreenShot Manager?

ScreenShot Manager è un'estensione di Chrome sviluppata da Karl Lankester-Carthy, e la sua funzione principale è "Take screenshots and store them in local memory. Download them automatically or at a later date.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione ScreenShot Manager

Scarica i file di estensione ScreenShot Manager 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

                        ScreenShot Manager is made to store multiple screenshots in local memory for later use. 

Shots by default are downloaded automatically to the downloads folder. 

You can change this in the settings and have a dialog show which will ask you were you would like to save it. 

Alternatively you can just store them in chrome local storage , view them from the app and download them at a later date.                    

Informazioni di Base sull'Estensione

Nome ScreenShot Manager ScreenShot Manager
ID ahkoflpaaagpepnbghabjnpkdbojoecg
URL Ufficiale https://chromewebstore.google.com/detail/screenshot-manager/ahkoflpaaagpepnbghabjnpkdbojoecg
Descrizione Take screenshots and store them in local memory. Download them automatically or at a later date.
Dimensione del File 108 KB
Conteggio Installazioni 1,426
Versione Corrente 1.9
Ultimo Aggiornamento 2019-07-12
Data di Pubblicazione 2019-07-12
Valutazione 4.00/5 Totale 4 Valutazioni
Sviluppatore Karl Lankester-Carthy
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://etcmind.wordpress.com/
Lingue Supportate en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ScreenShot Manager",
    "version": "1.9",
    "description": "Take screenshots and store them in local memory. Download them automatically or at a later date.",
    "options_page": "options.html",
    "background": {
        "persistent": false,
        "scripts": [
            "jquery-3.1.1.min.js",
            "background.js"
        ]
    },
    "icons": {
        "16": "camera16.png",
        "48": "camera48.png",
        "128": "camera128.png"
    },
    "browser_action": {
        "default_icon": "camera16.png",
        "default_title": "Shoot!"
    },
    "permissions": [
        "tabs",
        "",
        "activeTab",
        "downloads",
        "storage"
    ],
    "manifest_version": 2
}