QShot

Quick way to capture any area in web

What is QShot?

QShot is a Chrome extension developed by Risto N, and its main feature is "Quick way to capture any area in web".

Extension Screenshots

screenshot

Download QShot Extension CRX File

Download QShot 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

                        Capture areas in web browser quickly without using print screen and paint.

The extension code is open sourced take a look at https://github.com/riston/qshot.                    

Extension Basic Information

Name QShot QShot
ID japnknidaadlnbmhmbcboadkogiglmjd
Official URL https://chromewebstore.google.com/detail/qshot/japnknidaadlnbmhmbcboadkogiglmjd
Description Quick way to capture any area in web
File Size 963 KB
Installation Count 28
Current Version 1.3
Last Updated 2015-12-27
Publish Date 2015-12-27
Rating 3.33/5 Total 3 Ratings
Developer Risto N
Payment Type free
Extension Website https://github.com/riston/qshot
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "QShot",
    "description": "Quick way to capture any area in web",
    "version": "1.3",
    "icons": {
        "16": "assets\/logo-16.png",
        "48": "assets\/logo-48.png",
        "128": "assets\/logo-128.png"
    },
    "browser_action": [],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "activeTab",
        "background"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "web_accessible_resources": [
        "index.html",
        "bundle.js",
        "execute.js",
        "execute-close.js"
    ]
}