Quick Shot

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

什麼是Quick Shot?

Quick Shot是由apl7開發的Chrome擴展程式,該擴展的主要功能是“Capture screen shots of your web browser and download them automatically.”。

擴展截圖

screenshot
screenshot

下載Quick Shot擴展crx文件

下載Quick Shot擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Quick Shot Quick Shot
ID gjbpipacodljbejbnggbmcobopdgjlmn
官方網址 https://chrome.google.com/webstore/detail/quick-shot/gjbpipacodljbejbnggbmcobopdgjlmn
簡介 Capture screen shots of your web browser and download them automatically.
檔案大小 29.57 KB
安裝次數 676
目前版本 0.0.1
更新時間 2015-09-08
上架時間 2015-09-08
評分 4.00/5 共 8 次評分
開發者 apl7
付費類型 free
支援的語言 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!"
    }
}