Code Note

Save code notes in your chrome

ما هو Code Note؟

Code Note هو إضافة Chrome تم تطويرها بواسطة Unknown، والميزة الرئيسية لها هي "Save code notes in your chrome".

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

screenshot
screenshot

تحميل ملف CRX للإضافة Code Note

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

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

                        Save code notes in your chrome                    

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

الاسم Code Note Code Note
ID cajfjidpmcjfnnpdlbcnaeagakeofnja
عنوان URL الرسمي https://chromewebstore.google.com/detail/code-note/cajfjidpmcjfnnpdlbcnaeagakeofnja
الوصف Save code notes in your chrome
حجم الملف 1007 KB
عدد التثبيتات 43
النسخة الحالية 1.0.0
آخر تحديث 2019-07-15
تاريخ النشر 2019-07-15
المطور Unknown
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Code Note",
    "version": "1.0.0",
    "description": "Save code notes in your chrome",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "index.html"
    },
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}