QScreens Capture

Screen capture your current page and show on a QScreen of your choice!

What is QScreens Capture?

QScreens Capture is a Chrome extension developed by manas.products, and its main feature is "Screen capture your current page and show on a QScreen of your choice!".

Extension Screenshots

screenshot
screenshot

Download QScreens Capture Extension CRX File

Download QScreens Capture 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

                        Screen capture your current page and show on a QScreen of your choice!                    

Extension Basic Information

Name QScreens Capture QScreens Capture
ID hmngohhnlbaflbigbnnjilmmekaedbbg
Official URL https://chrome.google.com/webstore/detail/qscreens-capture/hmngohhnlbaflbigbnnjilmmekaedbbg
Description Screen capture your current page and show on a QScreen of your choice!
File Size 799 KB
Installation Count 22
Current Version 1.1.0.0
Last Updated 2014-05-30
Publish Date 2014-05-30
Rating 5.00/5 Total 1 Ratings
Developer manas.products
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "QScreens Capture",
    "version": "1.1.0.0",
    "manifest_version": 2,
    "options_page": "options.html",
    "description": "Screen capture your current page and show on a QScreen of your choice!",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "",
        "notifications",
        "storage",
        "contextMenus"
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}