Snippets

Create and edit JavaScript code snippets, which are synced to all your computers

ما هو Snippets؟

Snippets هو إضافة Chrome تم تطويرها بواسطة Sidney Nemzer، والميزة الرئيسية لها هي "Create and edit JavaScript code snippets, which are synced to all your computers".

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

screenshot

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

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

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

                        When you save a snippet, it's saved in a Github Gist, so your snippets are available on all of your computers (and https://gist.github.com).

View the code on GitHub: https://github.com/SidneyNemzer/snippets                    

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

الاسم Snippets Snippets
ID fakjeijchchmicjllnabpdkclfkpbiag
عنوان URL الرسمي https://chromewebstore.google.com/detail/snippets/fakjeijchchmicjllnabpdkclfkpbiag
الوصف Create and edit JavaScript code snippets, which are synced to all your computers
حجم الملف 1.22 MB
عدد التثبيتات 3,711
النسخة الحالية 2.4.0
آخر تحديث 2021-05-11
تاريخ النشر 2019-11-04
تقييم 3.87/5 مجموع تقييمات 15
المطور Sidney Nemzer
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/SidneyNemzer/snippets
عنوان صفحة المساعدة https://github.com/SidneyNemzer/snippets/blob/master/docs/faq.md
عنوان صفحة سياسة الخصوصية https://sidneynemzer.github.io/privacy
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "devtools_page": "devtools.html",
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "icons\/icon_16.png",
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "name": "Snippets",
    "description": "Create and edit JavaScript code snippets, which are synced to all your computers",
    "version": "2.4.0"
}