Snipit - organize, share, collaborate

Code snippets for teams and individuals. Save and organize your code snippets in the cloud. Share and collaborate with team members.

ما هو Snipit - organize, share, collaborate؟

Snipit - organize, share, collaborate هو إضافة Chrome تم تطويرها بواسطة https://snipit.io، والميزة الرئيسية لها هي "Code snippets for teams and individuals. Save and organize your code snippets in the cloud. Share and collaborate with team members.".

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

screenshot
screenshot

تحميل ملف CRX للإضافة Snipit - organize, share, collaborate

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

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

                        Snip code blocks directly from the pages you visit. Just select some text, and the Snipit button is right there for you.
If the page contains valid markup, Snipit even fills most of the fields for you: title, syntax and tags. Click "Save" and you're done!                    

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

الاسم Snipit - organize, share, collaborate Snipit - organize, share, collaborate
ID dodniekpimecafnhdbfaihfgdgbihhjl
عنوان URL الرسمي https://chromewebstore.google.com/detail/snipit-organize-share-col/dodniekpimecafnhdbfaihfgdgbihhjl
الوصف Code snippets for teams and individuals. Save and organize your code snippets in the cloud. Share and collaborate with team members.
حجم الملف 442 KB
عدد التثبيتات 10,585
النسخة الحالية 2.3.0
آخر تحديث 2021-04-11
تاريخ النشر 2018-09-11
تقييم 3.75/5 مجموع تقييمات 8
المطور https://snipit.io
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://snipit.io
عنوان صفحة المساعدة http://bitbucket.org/andreiduca/snip-it-client/issues
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Snipit - organize, share, collaborate",
    "version": "2.3.0",
    "short_name": "Snipit.io",
    "description": "Code snippets for teams and individuals. Save and organize your code snippets in the cloud. Share and collaborate with team members.",
    "homepage_url": "https:\/\/snipit.io",
    "icons": {
        "64": "icons\/snipit-inverted.png",
        "128": "icons\/[email protected]",
        "512": "icons\/[email protected]"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/snipit.js"
            ],
            "css": [
                "css\/snipit.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "js\/snipit.js",
        "css\/snipit.css"
    ]
}