QScreens Capture

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

Qu'est-ce que QScreens Capture ?

QScreens Capture est une extension Chrome développée par manas.products, et sa fonction principale est "Screen capture your current page and show on a QScreen of your choice!".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension QScreens Capture

Téléchargez les fichiers d'extension QScreens Capture au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom QScreens Capture QScreens Capture
ID hmngohhnlbaflbigbnnjilmmekaedbbg
URL Officiel https://chrome.google.com/webstore/detail/qscreens-capture/hmngohhnlbaflbigbnnjilmmekaedbbg
Description Screen capture your current page and show on a QScreen of your choice!
Taille du Fichier 799 KB
Nombre d'Installations 22
Version Actuelle 1.1.0.0
Dernière Mise à Jour 2014-05-30
Date de Publication 2014-05-30
Évaluation 5.00/5 Total 1 Évaluations
Développeur manas.products
Type de Paiement free
Langues Prises en Charge 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"
    }
}