Fullscreenrrr - full webpage screenshot

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

O que é Fullscreenrrr - full webpage screenshot?

Fullscreenrrr - full webpage screenshot é uma extensão do Chrome desenvolvida por Danny Lazarow, e sua principal característica é "Capture entire page from top to the bottom entirely.. at once".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Fullscreenrrr - full webpage screenshot

Baixe arquivos de extensão Fullscreenrrr - full webpage screenshot no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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)                    

Informações Básicas da Extensão

Nome Fullscreenrrr - full webpage screenshot Fullscreenrrr - full webpage screenshot
ID ihaobgceoogckalioenpheioedgjaahk
URL Oficial https://chromewebstore.google.com/detail/fullscreenrrr-full-webpag/ihaobgceoogckalioenpheioedgjaahk
Descrição Capture entire page from top to the bottom entirely.. at once
Tamanho do Arquivo 245 KB
Contagem de Instalações 1,967
Versão Atual 1.0.5
Última Atualização 2015-04-29
Data de Publicação 2015-04-29
Classificação 3.45/5 Total de 33 Avaliações
Desenvolvedor Danny Lazarow
Tipo de Pagamento free
Site da Extensão https://twitter.com/fullscreenrrr
Idiomas Suportados 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"
    ]
}