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
Eメール [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
}