ScreenShot Manager

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

Co je ScreenShot Manager?

ScreenShot Manager je rozšíření Chrome vyvinuté Karl Lankester-Carthy, a jeho hlavní funkcí je „Take screenshots and store them in local memory. Download them automatically or at a later date.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření ScreenShot Manager

Stáhněte si soubory rozšíření ScreenShot Manager ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název ScreenShot Manager ScreenShot Manager
ID ahkoflpaaagpepnbghabjnpkdbojoecg
Oficiální URL https://chromewebstore.google.com/detail/screenshot-manager/ahkoflpaaagpepnbghabjnpkdbojoecg
Popis Take screenshots and store them in local memory. Download them automatically or at a later date.
Velikost souboru 108 KB
Počet instalací 1,426
Aktuální Verze 1.9
Poslední Aktualizace 2019-07-12
Datum Vydání 2019-07-12
Hodnocení 4.00/5 Celkem 4 Hodnocení
Vývojář Karl Lankester-Carthy
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://etcmind.wordpress.com/
Podporované Jazyky 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
}