Codesnip - Increase your productivity

Codesnip.net is a snippet manager designed to increase your productivity as a developer!

ما هو Codesnip - Increase your productivity؟

Codesnip - Increase your productivity هو إضافة Chrome تم تطويرها بواسطة https://codesnip.net، والميزة الرئيسية لها هي "Codesnip.net is a snippet manager designed to increase your productivity as a developer!".

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

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Codesnip - Increase your productivity

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

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

                        Powerful for {developers}. increase your productivity.

Codesnip.net is the best place to keep all your code snippets


Boost your productivity
The pro's way of remembering, all your code snippets, organized in one place

Search
Agile and fast search when looking for your code snippets.

Unlimited collections
Easily organize your code snippets, customize your collections with icons.

Don't waste time rewriting code!                    

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

الاسم Codesnip - Increase your productivity Codesnip - Increase your productivity
ID cgnidfgnfigbjanbddnlgianomnbgmam
عنوان URL الرسمي https://chromewebstore.google.com/detail/codesnip-increase-your-pr/cgnidfgnfigbjanbddnlgianomnbgmam
الوصف Codesnip.net is a snippet manager designed to increase your productivity as a developer!
حجم الملف 1.02 MB
عدد التثبيتات 169
النسخة الحالية 1.2
آخر تحديث 2022-08-19
تاريخ النشر 2022-08-16
تقييم 5.00/5 مجموع تقييمات 4
المطور https://codesnip.net
البريد الإلكتروني [email protected]
نوع الدفع in_app
موقع الإضافة https://codesnip.net
عنوان صفحة المساعدة https://codesnip.net/support
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Codesnip - Increase your productivity",
    "version": "1.2",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": ".\/popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/codesnip.com.br\/*",
                "https:\/\/codesnip.net\/*"
            ],
            "js": [
                ".\/contentScripts.js"
            ]
        }
    ],
    "permissions": [
        "storage",
        "cookies"
    ],
    "host_permissions": [
        "https:\/\/codesnip.net",
        "https:\/\/codesnip.net\/*",
        "https:\/\/codesnip.com.br\/*",
        "http:\/\/codesnip.test\/*"
    ],
    "description": "Codesnip.net is a snippet manager designed to increase your productivity as a developer!",
    "icons": {
        "16": "assets\/icons\/icon_16.png",
        "32": "assets\/icons\/icon_32.png",
        "64": "assets\/icons\/icon_64.png",
        "128": "assets\/icons\/icon_128.png"
    }
}