Zenotes
Replace your new tab page with a clean, distraction-free notes miniapp
ما هو Zenotes؟
Zenotes هو إضافة Chrome تم تطويرها بواسطة Yanis T، والميزة الرئيسية لها هي "Replace your new tab page with a clean, distraction-free notes miniapp".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Zenotes
قم بتنزيل ملفات الامتداد Zenotes بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
A clean&simple notes app with markdown support. - Replaces your new tab page - Clean and minimalistic - Markdown - Source code: https://github.com/hiquest/zenotes
معلومات أساسية عن التمديد
الاسم | |
ID | fphoofpcklpbccekhlcmhagpbddbkfdp |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/zenotes/fphoofpcklpbccekhlcmhagpbddbkfdp |
الوصف | Replace your new tab page with a clean, distraction-free notes miniapp |
حجم الملف | 135 KB |
عدد التثبيتات | 37 |
النسخة الحالية | 1.4 |
آخر تحديث | 2021-02-22 |
تاريخ النشر | 2019-03-08 |
تقييم | 3.67/5 مجموع تقييمات 3 |
المطور | Yanis T |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/hiquest/zenotes |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Zenotes", "description": "Replace your new tab page with a clean, distraction-free notes miniapp", "version": "1.4", "browser_action": [], "chrome_url_overrides": { "newtab": "index.html" }, "icons": { "48": "48.png", "128": "128.png" }, "permissions": [ "activeTab", "storage" ] } |