Snappy

Website screenshots so simple your grandma could do it.

Snappyคืออะไร?

Snappy เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Nick Germaine และคุณลักษณะหลักของมันคือ "Website screenshots so simple your grandma could do it."

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Snappy

ดาวน์โหลดไฟล์ส่วนขยาย Snappy ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
    }
}