Screen Capture, Screenshot Full Page PRO

Capture and Download ScreenShot of Entire Webpage or Select the portion of the Website that you want to capture.

¿Qué es Screen Capture, Screenshot Full Page PRO?

Screen Capture, Screenshot Full Page PRO es una extensión de Chrome desarrollada por ClearApps, y su función principal es "Capture and Download ScreenShot of Entire Webpage or Select the portion of the Website that you want to capture.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Screen Capture, Screenshot Full Page PRO

Descarga archivos de extensión Screen Capture, Screenshot Full Page PRO 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

                        Capture and Download ScreenShot of Entire Webpage or Select the portion of the Website that you want to capture.                    

Información Básica de la Extensión

Nombre Screen Capture, Screenshot Full Page PRO Screen Capture, Screenshot Full Page PRO
ID ebfeneacckoikcclafpbomfnehkjbhne
URL Oficial https://chrome.google.com/webstore/detail/screen-capture-screenshot/ebfeneacckoikcclafpbomfnehkjbhne
Descripción Capture and Download ScreenShot of Entire Webpage or Select the portion of the Website that you want to capture.
Tamaño del Archivo 35.97 KB
Cantidad de Instalaciones 8,595
Versión Actual 2.2
Última Actualización 2016-11-04
Fecha de Publicación 2016-11-04
Calificación 2.82/5 Total de 33 Calificaciones
Desarrollador ClearApps
Tipo de Pago free
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Screen Capture, Screenshot Full Page PRO",
    "version": "2.2",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "activeTab",
        "tabs",
        ""
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "Download Screen shot of Selected Area or Entire Page of websites"
    }
}