Note Extension
Allows user to type notes and create a local copy.
ما هو Note Extension؟
Note Extension هو إضافة Chrome تم تطويرها بواسطة Nick Neuman، والميزة الرئيسية لها هي "Allows user to type notes and create a local copy.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Note Extension
قم بتنزيل ملفات الامتداد Note Extension بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
                        Allows you to save notes quickly without having to open an editor.
You can specify a file name, or leave it empty and use the default file name, "New Note".                     معلومات أساسية عن التمديد
| الاسم |  | 
| ID | omfeemnkdhbneldmbcoifnfeoabodmbm | 
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/note-extension/omfeemnkdhbneldmbcoifnfeoabodmbm | 
| الوصف | Allows user to type notes and create a local copy. | 
| حجم الملف | 12.99 KB | 
| عدد التثبيتات | 117 | 
| النسخة الحالية | 1.2 | 
| آخر تحديث | 2018-12-03 | 
| تاريخ النشر | 2018-12-03 | 
| تقييم | 4.67/5 مجموع تقييمات 3 | 
| المطور | Nick Neuman | 
| نوع الدفع | free | 
| اللغات المدعومة | en-US | 
| manifest.json | |
| {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Note Extension",
    "manifest_version": 2,
    "description": "Allows user to type notes and create a local copy.",
    "version": "1.2",
    "icons": {
        "128": "icons\/icon.png"
    },
    "browser_action": {
        "default_popup": "popup.html"
    }
} | |