Snippit

Grab screenshots easy from your browser!

Snippit क्या है?

Snippit dinobpublishing द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Grab screenshots easy from your browser!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

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

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

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

                        Need to save a quick screenshot? Snippit is designed specifically to give you full screenshot of whatever you might be looking at!

Just click it and Snippit!

Best of all it is absolutely 100% free! I like to make tools to help people, and I hope you enjoy Snippit!


**NEW FOR VERSION 1.2.0**
- Users requested confirmation when a file was saved/copied this has been added. When you click either button once the save/copy is done the extension will tell you. =)
---------------------------------------------------------------
**NEW FOR VERSION 1.1.0**
- You can now copy your screenshots directly to your clipboard! If you don't want to save your screen shot to your computer, but want to instead copy it, click "Copy to Clipboard!" and you can paste it wherever you want!                    

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

नाम Snippit Snippit
ID hhcbdolcmnbmnlkfiekegpkemgckhlii
आधिकारिक URL https://chromewebstore.google.com/detail/snippit/hhcbdolcmnbmnlkfiekegpkemgckhlii
विवरण Grab screenshots easy from your browser!
फ़ाइल का आकार 1.65 MB
स्थापना संख्या 1,235
वर्तमान संस्करण 1.2.0
अंतिम अपडेट 2022-07-11
प्रकाशन तिथि 2021-05-24
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर dinobpublishing
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Snippit",
    "description": "Grab screenshots easy from your browser!",
    "version": "1.2.0",
    "action": {
        "default_popup": "index.html"
    },
    "icons": {
        "16": "assets\/snippit16.png",
        "48": "assets\/snippit48.png",
        "128": "assets\/snippit128.png"
    },
    "permissions": [
        "activeTab",
        "clipboardWrite",
        "unlimitedStorage"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "file:\/\/*\/*",
        "*:\/\/*\/*"
    ]
}