Easy Note
Immediatelly start taking note in your new chrome tab. Your notes will be stored in chrome
ما هو Easy Note؟
Easy Note هو إضافة Chrome تم تطويرها بواسطة ozanerturk17، والميزة الرئيسية لها هي "Immediatelly start taking note in your new chrome tab. Your notes will be stored in chrome".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Easy Note
قم بتنزيل ملفات الامتداد Easy Note بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
You can see your notes directly by opening a new tab. You dont have to remember where did you put your notes. Dobule click to anywhere to start taking note immediatelly.
معلومات أساسية عن التمديد
الاسم | |
ID | hheobakelknbjicekbkmijjgcbephcef |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/easy-note/hheobakelknbjicekbkmijjgcbephcef |
الوصف | Immediatelly start taking note in your new chrome tab. Your notes will be stored in chrome |
حجم الملف | 222 KB |
عدد التثبيتات | 33 |
النسخة الحالية | 1.3.1 |
آخر تحديث | 2024-02-27 |
تاريخ النشر | 2021-03-10 |
تقييم | 4.00/5 مجموع تقييمات 4 |
المطور | ozanerturk17 |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/ozanerturk/easy-note-chrome-extension |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Easy Note", "description": "Immediatelly start taking note in your new chrome tab. Your notes will be stored in chrome", "version": "1.3.1", "background": { "service_worker": "background.js" }, "permissions": [ "clipboard" ], "action": { "default_icon": "icon.png", "default_popup": "tab.html" }, "chrome_url_overrides": { "newtab": "tab.html" } } |