Fullscreenrrr - full webpage screenshot

Capture entire page from top to the bottom entirely.. at once

¿Qué es Fullscreenrrr - full webpage screenshot?

Fullscreenrrr - full webpage screenshot es una extensión de Chrome desarrollada por Danny Lazarow, y su función principal es "Capture entire page from top to the bottom entirely.. at once".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Fullscreenrrr - full webpage screenshot

Descarga archivos de extensión Fullscreenrrr - full webpage screenshot 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

                        Take a screen shoot on entire page with one click 

- Up to 50% faster than other extensions,
- After Screenshoot completion - images are saved directly on Downloads folder
- Shows in percents the current progress 
- You can hear during the capture process, capture feedback with camera analog click sound
- Options page (quality of the image, disable capture sound, download/open in new tab after capture)                    

Información Básica de la Extensión

Nombre Fullscreenrrr - full webpage screenshot Fullscreenrrr - full webpage screenshot
ID ihaobgceoogckalioenpheioedgjaahk
URL Oficial https://chromewebstore.google.com/detail/fullscreenrrr-full-webpag/ihaobgceoogckalioenpheioedgjaahk
Descripción Capture entire page from top to the bottom entirely.. at once
Tamaño del Archivo 245 KB
Cantidad de Instalaciones 1,967
Versión Actual 1.0.5
Última Actualización 2015-04-29
Fecha de Publicación 2015-04-29
Calificación 3.45/5 Total de 33 Calificaciones
Desarrollador Danny Lazarow
Tipo de Pago free
Sitio Web de la Extensión https://twitter.com/fullscreenrrr
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Fullscreenrrr - full webpage screenshot",
    "version": "1.0.5",
    "manifest_version": 2,
    "description": "Capture entire page from top to the bottom entirely.. at once",
    "icons": {
        "48": "icons\/icon96.png",
        "128": "icons\/icon256.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "js\/underscore.js",
            "src\/bg\/bgCommunicator.js",
            "src\/bg\/background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "activeTab"
    ],
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_popup": "src\/content\/popup.html"
    },
    "options_page": "src\/content\/options.html",
    "web_accessible_resources": [
        "icons\/bggrad.jpg",
        "js\/underscore.js",
        "src\/content\/fontello.css",
        "src\/font\/fontello.svg",
        "src\/font\/fontello.eot",
        "src\/font\/fontello.ttf",
        "src\/font\/fontello.woff",
        "audio\/click.mp3"
    ]
}