ScreenShot Manager

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

ScreenShot Manager là gì?

ScreenShot Manager là một tiện ích mở rộng Chrome được phát triển bởi Karl Lankester-Carthy, và tính năng chính của nó là "Take screenshots and store them in local memory. Download them automatically or at a later date.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng ScreenShot Manager

Tải xuống các tệp mở rộng ScreenShot Manager dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên ScreenShot Manager ScreenShot Manager
ID ahkoflpaaagpepnbghabjnpkdbojoecg
URL Chính Thức https://chromewebstore.google.com/detail/screenshot-manager/ahkoflpaaagpepnbghabjnpkdbojoecg
Mô tả Take screenshots and store them in local memory. Download them automatically or at a later date.
Kích Thước Tệp 108 KB
Số Lần Cài Đặt 1,426
Phiên Bản Hiện Tại 1.9
Cập Nhật Lần Cuối 2019-07-12
Ngày Phát Hành 2019-07-12
Đánh Giá 4.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển Karl Lankester-Carthy
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://etcmind.wordpress.com/
Ngôn Ngữ Được Hỗ Trợ 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
}