Full Page Screenshot

Take awesome screenshots of entire websites and capture page elements. No sign up. Offline. By Conceptboard

O que é Full Page Screenshot?

Full Page Screenshot é uma extensão do Chrome desenvolvida por arielsandersemail, e sua principal característica é "Take awesome screenshots of entire websites and capture page elements. No sign up. Offline. By Conceptboard".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Full Page Screenshot

Baixe arquivos de extensão Full Page 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

                        Scrape It ScreenCapture
Full Page Screenshot for Google Chrome captures entire websites and custom areas. The extension only collects user data (screenshots, browser URL, etc.) for the purpose of capturing screenshots, and in the moment the user requests the capture. Image processing and data storage are performed locally on the user's device, so that the user's captures and their meta data are never transferred to any server. 
Screenshot for Google Chrome captures entire websites and custom areas.                    

Informações Básicas da Extensão

Nome Full Page Screenshot Full Page Screenshot
ID piopmalckcaaoiikcafcncdjkkeogiej
URL Oficial https://chromewebstore.google.com/detail/full-page-screenshot/piopmalckcaaoiikcafcncdjkkeogiej
Descrição Take awesome screenshots of entire websites and capture page elements. No sign up. Offline. By Conceptboard
Tamanho do Arquivo 299 KB
Contagem de Instalações 187
Versão Atual 1.2.0
Última Atualização 2021-06-09
Data de Publicação 2021-06-08
Desenvolvedor arielsandersemail
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://scrapeit.cloud
URL da Página de Ajuda https://scrapeit.cloud/jv
URL da Página de Política de Privacidade https://streamstore.net/privacy-policy
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Full Page Screenshot",
    "description": "Take awesome screenshots of entire websites and capture page elements. No sign up. Offline. By Conceptboard",
    "version": "1.2.0",
    "minimum_chrome_version": "41",
    "offline_enabled": true,
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "browser_action": {
        "default_title": "Full Page Screenshot",
        "default_icon": {
            "19": "appicon_19x19.png",
            "38": "appicon_38x38.png"
        },
        "default_popup": "main.html"
    },
    "permissions": [
        "storage",
        "unlimitedStorage",
        "activeTab",
        "downloads"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/*.conceptboard.com\/*"
        ]
    },
    "background": {
        "scripts": [
            "js\/backgroundPage.js",
            "js\/lib-util.js"
        ],
        "persistent": false
    }
}