ScreenShot Manager

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

What is ScreenShot Manager?

ScreenShot Manager is a Chrome extension developed by Karl Lankester-Carthy, and its main feature is "Take screenshots and store them in local memory. Download them automatically or at a later date.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download ScreenShot Manager Extension CRX File

Download ScreenShot Manager extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name ScreenShot Manager ScreenShot Manager
ID ahkoflpaaagpepnbghabjnpkdbojoecg
Official URL 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.
File Size 108 KB
Installation Count 1,426
Current Version 1.9
Last Updated 2019-07-12
Publish Date 2019-07-12
Rating 4.00/5 Total 4 Ratings
Developer Karl Lankester-Carthy
Email [email protected]
Payment Type free
Extension Website https://etcmind.wordpress.com/
Supported Languages 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
}