Snappy

Website screenshots so simple your grandma could do it.

Vad är Snappy?

Snappy är en Chrome-tillägg utvecklad av Nick Germaine, och dess huvudfunktion är "Website screenshots so simple your grandma could do it.".

Ladda ner Snappy-förlängningens CRX-fil

Ladda ner Snappy-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Snappy Snappy
ID fphenakchojmfbkcpjhklbjadjeblcko
Officiell webbadress https://chromewebstore.google.com/detail/snappy/fphenakchojmfbkcpjhklbjadjeblcko
Beskrivning Website screenshots so simple your grandma could do it.
Filstorlek 62.82 KB
Antal Installationer 94
Aktuell Version 0.8
Senast Uppdaterad 2017-10-01
Publiceringsdatum 2017-10-01
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare Nick Germaine
Betalningssätt free
Stödda Språk 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"
    }
}