Quick Shot

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

What is Quick Shot?

Quick Shot is a Chrome extension developed by apl7, and its main feature is "Capture screen shots of your web browser and download them automatically.".

Extension Screenshots

screenshot
screenshot

Download Quick Shot Extension CRX File

Download Quick Shot extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Quick Shot Quick Shot
ID gjbpipacodljbejbnggbmcobopdgjlmn
Official URL https://chrome.google.com/webstore/detail/quick-shot/gjbpipacodljbejbnggbmcobopdgjlmn
Description Capture screen shots of your web browser and download them automatically.
File Size 29.57 KB
Installation Count 676
Current Version 0.0.1
Last Updated 2015-09-08
Publish Date 2015-09-08
Rating 4.00/5 Total 8 Ratings
Developer apl7
Payment Type free
Supported Languages 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!"
    }
}