Snap Web

Snap Web by techfas helps you take full webpage screenshot with just one click.

O que é Snap Web?

Snap Web é uma extensão do Chrome desenvolvida por Techfas.com, e sua principal característica é "Snap Web by techfas helps you take full webpage screenshot with just one click.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Snap Web

Baixe arquivos de extensão Snap Web 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

                        Just at one click you get the screen of shot of whole page and the screenshot is downloaded automatically to your computer.                    

Informações Básicas da Extensão

Nome Snap Web Snap Web
ID lbfahjmbbaapdgkeofapjckkkandeial
URL Oficial https://chrome.google.com/webstore/detail/snap-web/lbfahjmbbaapdgkeofapjckkkandeial
Descrição Snap Web by techfas helps you take full webpage screenshot with just one click.
Tamanho do Arquivo 4.1 MB
Contagem de Instalações 42
Versão Atual 0.1
Última Atualização 2020-04-27
Data de Publicação 2020-04-27
Desenvolvedor Techfas.com
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade http://techfas.com
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Snap Web",
    "version": "0.1",
    "description": "Snap Web by techfas helps you take full webpage screenshot with just one click.",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery.min.js",
                "html2canvas.js",
                "content.js"
            ]
        }
    ],
    "manifest_version": 2,
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_icon": "icons\/icon16.png",
        "default_popup": "mainpop.html"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}