Snip

The simplest way to highlight and share text on the internet.

ما هو Snip؟

Snip هو إضافة Chrome تم تطويرها بواسطة https://snip.st، والميزة الرئيسية لها هي "The simplest way to highlight and share text on the internet.".

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Open a new tab, highlight any text, and hit share. That's really it.

➤ Get a short URL to your snip, ready to be shared with others or stored for later use. 
➤ Add a caption for context. 
➤ Pick a theme based on your mood. 
➤ Make your snip public or private, depending on your preference. 
➤ Store all your highlights in one place.

Bookmarking has never been this simple.                    

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

الاسم Snip Snip
ID dkpanpkccobmeeapgmhkjmaijbkfighe
عنوان URL الرسمي https://chromewebstore.google.com/detail/snip/dkpanpkccobmeeapgmhkjmaijbkfighe
الوصف The simplest way to highlight and share text on the internet.
حجم الملف 147 KB
عدد التثبيتات 131
النسخة الحالية 1.3.0
آخر تحديث 2023-03-15
تاريخ النشر 2023-02-16
تقييم 4.75/5 مجموع تقييمات 4
المطور https://snip.st
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://www.snip.st/
عنوان صفحة المساعدة https://www.snip.st/
عنوان صفحة سياسة الخصوصية https://snip.st/privacy
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.3.0",
    "name": "Snip",
    "description": "The simplest way to highlight and share text on the internet.",
    "permissions": [
        "clipboardWrite"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "node_modules\/@webcomponents\/custom-elements\/custom-elements.min.js",
                "prepare.js",
                "fragment-generation-utils.js",
                "link-generator.js",
                "content.js"
            ]
        }
    ],
    "icons": {
        "16": "assets\/16-icon.png",
        "32": "assets\/32-icon.png",
        "48": "assets\/48-icon.png",
        "128": "assets\/128-icon.png"
    }
}