Snippit

Grab screenshots easy from your browser!

ما هو Snippit؟

Snippit هو إضافة Chrome تم تطويرها بواسطة dinobpublishing، والميزة الرئيسية لها هي "Grab screenshots easy from your browser!".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Snippit

قم بتنزيل ملفات الامتداد Snippit بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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:\/\/*\/*",
        "*:\/\/*\/*"
    ]
}