Snappy

Website screenshots so simple your grandma could do it.

Snappy क्या है?

Snappy Nick Germaine द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Website screenshots so simple your grandma could do it."।

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Snappy एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Snappy Snappy
ID fphenakchojmfbkcpjhklbjadjeblcko
आधिकारिक URL https://chromewebstore.google.com/detail/snappy/fphenakchojmfbkcpjhklbjadjeblcko
विवरण Website screenshots so simple your grandma could do it.
फ़ाइल का आकार 62.82 KB
स्थापना संख्या 94
वर्तमान संस्करण 0.8
अंतिम अपडेट 2017-10-01
प्रकाशन तिथि 2017-10-01
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर Nick Germaine
भुगतान के प्रकार free
समर्थित भाषाएँ 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"
    }
}