Quick Shot

Capture screen shots of your web browser and download them automatically.

Quick Shot là gì?

Quick Shot là một tiện ích mở rộng Chrome được phát triển bởi apl7, và tính năng chính của nó là "Capture screen shots of your web browser and download them automatically.".

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

screenshot
screenshot

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

Tải xuống các tệp mở rộng Quick Shot 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

                        Install Quick Shot to easily capture a photo of your browser screen. Simply click the Quick Shot button once and a screenshot will automatically download to your computer.                    

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

Tên Quick Shot Quick Shot
ID gjbpipacodljbejbnggbmcobopdgjlmn
URL Chính Thức https://chrome.google.com/webstore/detail/quick-shot/gjbpipacodljbejbnggbmcobopdgjlmn
Mô tả Capture screen shots of your web browser and download them automatically.
Kích Thước Tệp 29.57 KB
Số Lần Cài Đặt 676
Phiên Bản Hiện Tại 0.0.1
Cập Nhật Lần Cuối 2015-09-08
Ngày Phát Hành 2015-09-08
Đánh Giá 4.00/5 Tổng số 8 Đánh Giá
Nhà Phát Triển apl7
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Quick Shot",
    "version": "0.0.1",
    "manifest_version": 2,
    "description": "Capture screen shots of your web browser and download them automatically.",
    "permissions": [
        "tabs",
        ""
    ],
    "background": {
        "scripts": [
            "capture.js"
        ]
    },
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_title": "Capture and download screen shots!"
    }
}