koko Note
Ready, simple and minimalist notepad
ما هو koko Note؟
koko Note هو إضافة Chrome تم تطويرها بواسطة jecsham، والميزة الرئيسية لها هي "Ready, simple and minimalist notepad".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة koko Note
قم بتنزيل ملفات الامتداد koko Note بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Features: * Instant notepad to save or get things quickly and easily. * No internet connection required. * Auto save. * Minimalist and simple. Important: The data is saved locally, be sure to save your koko Note on an external notepad if you plan to remove this extension, cause the data will be lost and will not be recovered in future installations. Patch notes: Version 1.0.0 - Initial version
معلومات أساسية عن التمديد
الاسم | koko Note |
ID | bechkiiajopiagbjhpdahfbfodpnncbf |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/koko-note/bechkiiajopiagbjhpdahfbfodpnncbf |
الوصف | Ready, simple and minimalist notepad |
حجم الملف | 7.16 KB |
عدد التثبيتات | 44 |
النسخة الحالية | 1.0.0 |
آخر تحديث | 2018-06-12 |
تاريخ النشر | 2018-06-11 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | jecsham |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "koko Note", "version": "1.0.0", "description": "Ready, simple and minimalist notepad", "manifest_version": 2, "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "browser_action": { "default_title": "Write a note in koko Note", "default_icon": "img\/icon128.png", "default_popup": "popup.html" }, "permissions": [ "unlimitedStorage", "storage" ] } |