ScreenShot Manager

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

Co to jest ScreenShot Manager?

ScreenShot Manager to rozszerzenie Chrome opracowane przez Karl Lankester-Carthy, a jego główną funkcją jest „Take screenshots and store them in local memory. Download them automatically or at a later date.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia ScreenShot Manager

Pobierz pliki rozszerzeń ScreenShot Manager w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa ScreenShot Manager ScreenShot Manager
ID ahkoflpaaagpepnbghabjnpkdbojoecg
Oficjalny URL https://chromewebstore.google.com/detail/screenshot-manager/ahkoflpaaagpepnbghabjnpkdbojoecg
Opis Take screenshots and store them in local memory. Download them automatically or at a later date.
Rozmiar pliku 108 KB
Liczba instalacji 1,426
Aktualna Wersja 1.9
Ostatnia Aktualizacja 2019-07-12
Data Publikacji 2019-07-12
Ocena 4.00/5 Łącznie 4 Oceny
Deweloper Karl Lankester-Carthy
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://etcmind.wordpress.com/
Obsługiwane Języki 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
}