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.

O que é Screen Capture, Screenshot Full Page PRO?

Screen Capture, Screenshot Full Page PRO é uma extensão do Chrome desenvolvida por ClearApps, e sua principal característica é "Capture and Download ScreenShot of Entire Webpage or Select the portion of the Website that you want to capture.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Screen Capture, Screenshot Full Page PRO

Baixe arquivos de extensão Screen Capture, Screenshot Full Page PRO 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

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

Informações Básicas da Extensão

Nome 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
Descrição Capture and Download ScreenShot of Entire Webpage or Select the portion of the Website that you want to capture.
Tamanho do Arquivo 35.97 KB
Contagem de Instalações 8,595
Versão Atual 2.2
Última Atualização 2016-11-04
Data de Publicação 2016-11-04
Classificação 2.82/5 Total de 33 Avaliações
Desenvolvedor ClearApps
Tipo de Pagamento free
Idiomas Suportados 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"
    }
}