ScreenShot Manager

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

Qu'est-ce que ScreenShot Manager ?

ScreenShot Manager est une extension Chrome développée par Karl Lankester-Carthy, et sa fonction principale est "Take screenshots and store them in local memory. Download them automatically or at a later date.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension ScreenShot Manager

Téléchargez les fichiers d'extension ScreenShot Manager au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom ScreenShot Manager ScreenShot Manager
ID ahkoflpaaagpepnbghabjnpkdbojoecg
URL Officiel https://chromewebstore.google.com/detail/screenshot-manager/ahkoflpaaagpepnbghabjnpkdbojoecg
Description Take screenshots and store them in local memory. Download them automatically or at a later date.
Taille du Fichier 108 KB
Nombre d'Installations 1,426
Version Actuelle 1.9
Dernière Mise à Jour 2019-07-12
Date de Publication 2019-07-12
Évaluation 4.00/5 Total 4 Évaluations
Développeur Karl Lankester-Carthy
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://etcmind.wordpress.com/
Langues Prises en Charge 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
}