Snappy

Website screenshots so simple your grandma could do it.

O que é Snappy?

Snappy é uma extensão do Chrome desenvolvida por Nick Germaine, e sua principal característica é "Website screenshots so simple your grandma could do it.".

Baixar o arquivo CRX da Extensão Snappy

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

                        Tired of taking screenshots using the print screen button, and then having to crop out the tabs, address bar, and other on-screen junk?  Well no more!

Currently only visible field capture is available, but hopefully soon I'll have some time to add in full page captures, as well as video captures, and more awesome features.                    

Informações Básicas da Extensão

Nome Snappy Snappy
ID fphenakchojmfbkcpjhklbjadjeblcko
URL Oficial https://chromewebstore.google.com/detail/snappy/fphenakchojmfbkcpjhklbjadjeblcko
Descrição Website screenshots so simple your grandma could do it.
Tamanho do Arquivo 62.82 KB
Contagem de Instalações 94
Versão Atual 0.8
Última Atualização 2017-10-01
Data de Publicação 2017-10-01
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor Nick Germaine
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Nick Germaine",
    "background": {
        "page": "src\/html\/background.html",
        "content_scripts": [
            {
                "js": [
                    "src\/js\/jquery-3.2.1.min.js",
                    "src\/js\/buy.js",
                    "src\/js\/background.js"
                ]
            }
        ],
        "persistent": true
    },
    "browser_action": {
        "default_popup": "src\/html\/popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.google.com\/robots.txt*"
            ],
            "js": [
                "oauth2\/oauth2_inject.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "src\/css\/swag.css"
            ],
            "js": [
                "src\/js\/jquery-3.2.1.min.js",
                "src\/js\/buy.js",
                "src\/js\/gmr.js"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/fonts.googleapis.com\/*; object-src 'self'",
    "description": "Website screenshots so simple your grandma could do it.",
    "manifest_version": 2,
    "name": "Snappy",
    "permissions": [
        "tabs",
        "downloads",
        "tabCapture",
        "",
        "proxy",
        "identity",
        "identity.email",
        "storage",
        "http:\/\/localhost:8080\/*",
        "http:\/\/pointybracket.net:17017\/*",
        "https:\/\/accounts.google.com\/o\/oauth2\/token",
        "https:\/\/www.googleapis.com\/oauth2\/v1\/userinfo",
        "https:\/\/www.googleapis.com\/"
    ],
    "oauth2": {
        "client_id": "795335936390-nd76o8l9727j26mda7g86l3ed2hjbghb.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/plus.login",
            "https:\/\/www.googleapis.com\/auth\/chromewebstore.readonly"
        ]
    },
    "version": "0.8",
    "icons": {
        "16": "src\/img\/camera.png",
        "48": "src\/img\/camera.png",
        "128": "src\/img\/camera.png"
    }
}