Snep-it

Use the Snep-it tool to snep interesting images, audio and videos from your favourite websites

ما هو Snep-it؟

Snep-it هو إضافة Chrome تم تطويرها بواسطة https://www.sneppers.com، والميزة الرئيسية لها هي "Use the Snep-it tool to snep interesting images, audio and videos from your favourite websites".

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

screenshot
screenshot

تحميل ملف CRX للإضافة Snep-it

قم بتنزيل ملفات الامتداد Snep-it بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Use the Snep-it tool to snep interesting images and videos from your favourite websites. After installing the extension the Sneppers icon will be visible in your bookmarks bar and ready to use! You can also find the Snep-it tool in the extra menu options by pressing the right mouse button.

The Snep-it tool is an easy and fast way to select interesting images and videos from your favourite website(s), post them on Sneppers and share with your followers and friends on other social media. It is possible to snep from most websites. After snepping you can go to the Sneppers website or open the Sneppers app to see all of your sneps. There you can collect sneps in webs, recommend or share. Follow other users to discover sneps all over the world or nearby.                    

معلومات أساسية عن التمديد

الاسم Snep-it Snep-it
ID lhfdlglalakanhdpddafjcnhklkmpjen
عنوان URL الرسمي https://chromewebstore.google.com/detail/snep-it/lhfdlglalakanhdpddafjcnhklkmpjen
الوصف Use the Snep-it tool to snep interesting images, audio and videos from your favourite websites
حجم الملف 17.41 KB
عدد التثبيتات 27
النسخة الحالية 1.0
آخر تحديث 2013-08-13
تاريخ النشر 2013-08-13
تقييم 3.00/5 مجموع تقييمات 2
المطور https://www.sneppers.com
نوع الدفع free
موقع الإضافة https://www.sneppers.com
عنوان صفحة المساعدة https://www.sneppers.com/site/faq
اللغات المدعومة id,en,nl,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "version": "1.0",
    "default_locale": "en",
    "permissions": [
        "activeTab",
        "contextMenus"
    ],
    "icons": {
        "16": "assets\/icons\/icon16.png",
        "48": "assets\/icons\/icon48.png",
        "128": "assets\/icons\/icon128.png"
    },
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "assets\/icons\/icon19.png",
            "38": "assets\/icons\/icon38.png"
        },
        "default_title": "__MSG_browserActionIconTooltip__"
    }
}