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
官方URL 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!"
    }
}