ScreenShot Manager

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

什么是ScreenShot Manager?

ScreenShot Manager是由Karl Lankester-Carthy开发的Chrome扩展程序,该扩展的主要功能是“Take screenshots and store them in local memory. Download them automatically or at a later date.”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载ScreenShot Manager扩展crx文件

下载ScreenShot Manager扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 ScreenShot Manager ScreenShot Manager
ID ahkoflpaaagpepnbghabjnpkdbojoecg
官方URL https://chromewebstore.google.com/detail/screenshot-manager/ahkoflpaaagpepnbghabjnpkdbojoecg
简介 Take screenshots and store them in local memory. Download them automatically or at a later date.
文件大小 108 KB
安装次数 1,426
当前版本 1.9
更新时间 2019-07-12
上架时间 2019-07-12
评分 4.00/5 共4次评分
开发者 Karl Lankester-Carthy
电子邮箱 [email protected]
付费类型 free
扩展官网 https://etcmind.wordpress.com/
支持的语言 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
}