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!"
    }
}