QScreens Capture

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

Wat is QScreens Capture?

QScreens Capture is een Chrome-extensie ontwikkeld door manas.products, en de belangrijkste functie is "Screen capture your current page and show on a QScreen of your choice!".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie QScreens Capture

Download QScreens Capture-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam QScreens Capture QScreens Capture
ID hmngohhnlbaflbigbnnjilmmekaedbbg
Officiële URL https://chrome.google.com/webstore/detail/qscreens-capture/hmngohhnlbaflbigbnnjilmmekaedbbg
Beschrijving Screen capture your current page and show on a QScreen of your choice!
Bestandsgrootte 799 KB
Aantal Installaties 22
Huidige Versie 1.1.0.0
Laatst Bijgewerkt 2014-05-30
Publicatiedatum 2014-05-30
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar manas.products
Betalingswijze free
Ondersteunde Talen 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"
    }
}