QScreens Capture

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

¿Qué es QScreens Capture?

QScreens Capture es una extensión de Chrome desarrollada por manas.products, y su función principal es "Screen capture your current page and show on a QScreen of your choice!".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión QScreens Capture

Descarga archivos de extensión QScreens Capture en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

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

Información Básica de la Extensión

Nombre QScreens Capture QScreens Capture
ID hmngohhnlbaflbigbnnjilmmekaedbbg
URL Oficial https://chrome.google.com/webstore/detail/qscreens-capture/hmngohhnlbaflbigbnnjilmmekaedbbg
Descripción Screen capture your current page and show on a QScreen of your choice!
Tamaño del Archivo 799 KB
Cantidad de Instalaciones 22
Versión Actual 1.1.0.0
Última Actualización 2014-05-30
Fecha de Publicación 2014-05-30
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador manas.products
Tipo de Pago free
Idiomas Soportados 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"
    }
}