ScreenShot Manager

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

Hvad er ScreenShot Manager?

ScreenShot Manager er en Chrome-udvidelse udviklet af Karl Lankester-Carthy, og dens hovedfunktion er "Take screenshots and store them in local memory. Download them automatically or at a later date.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot
screenshot

Download ScreenShot Manager-udvidelses-CRX-fil

Download ScreenShot Manager-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn ScreenShot Manager ScreenShot Manager
ID ahkoflpaaagpepnbghabjnpkdbojoecg
Officiel URL https://chromewebstore.google.com/detail/screenshot-manager/ahkoflpaaagpepnbghabjnpkdbojoecg
Beskrivelse Take screenshots and store them in local memory. Download them automatically or at a later date.
Filstørrelse 108 KB
Antal Installationer 1,426
Nuværende Version 1.9
Senest Opdateret 2019-07-12
Udgivelsesdato 2019-07-12
Bedømmelse 4.00/5 Samlet 4 Bedømmelser
Udvikler Karl Lankester-Carthy
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://etcmind.wordpress.com/
Understøttede Sprog 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
}