Note Now
Quickly Take Notes with One Click
ما هو Note Now؟
Note Now هو إضافة Chrome تم تطويرها بواسطة Yiğitsr، والميزة الرئيسية لها هي "Quickly Take Notes with One Click".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Note Now
قم بتنزيل ملفات الامتداد Note Now بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
*Take notes with just one click. *Notes are stored locally. *Autofocus the textarea when opening the extension. *Save and delete your notes. *Super fast notes. *Works offline. Since notes are stored locally, no internet connection is needed.
معلومات أساسية عن التمديد
الاسم | Note Now |
ID | lhcdbhckegmjmgjhlbdcpiebmkldgchm |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/note-now/lhcdbhckegmjmgjhlbdcpiebmkldgchm |
الوصف | Quickly Take Notes with One Click |
حجم الملف | 4.06 MB |
عدد التثبيتات | 45 |
النسخة الحالية | 2.0.1 |
آخر تحديث | 2023-12-25 |
تاريخ النشر | 2021-01-20 |
تقييم | 5.00/5 مجموع تقييمات 5 |
المطور | Yiğitsr |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Note Now", "version": "2.0.1", "description": "Quickly Take Notes with One Click", "manifest_version": 3, "background": { "service_worker": "service_worker.js" }, "action": { "default_icon": ".\/img\/48x48.png", "default_popup": "popup.html" }, "icons": { "16": ".\/img\/16x16.png", "48": ".\/img\/48x48.png", "128": ".\/img\/128x128.png" } } |