ScreenShot Manager

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

Wat is ScreenShot Manager?

ScreenShot Manager is een Chrome-extensie ontwikkeld door Karl Lankester-Carthy, en de belangrijkste functie is "Take screenshots and store them in local memory. Download them automatically or at a later date.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie ScreenShot Manager

Download ScreenShot Manager-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam ScreenShot Manager ScreenShot Manager
ID ahkoflpaaagpepnbghabjnpkdbojoecg
Officiële URL https://chromewebstore.google.com/detail/screenshot-manager/ahkoflpaaagpepnbghabjnpkdbojoecg
Beschrijving Take screenshots and store them in local memory. Download them automatically or at a later date.
Bestandsgrootte 108 KB
Aantal Installaties 1,426
Huidige Versie 1.9
Laatst Bijgewerkt 2019-07-12
Publicatiedatum 2019-07-12
Beoordeling 4.00/5 Totaal 4 Beoordelingen
Ontwikkelaar Karl Lankester-Carthy
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://etcmind.wordpress.com/
Ondersteunde Talen 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
}