Lucid
Replace your new tab page with a simple notepad.
ما هو Lucid؟
Lucid هو إضافة Chrome تم تطويرها بواسطة https://daneden.me، والميزة الرئيسية لها هي "Replace your new tab page with a simple notepad.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Lucid
قم بتنزيل ملفات الامتداد Lucid بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Lucid replaces your New Tab page with a simple notepad. It tells you what day it is. It changes its appearance to match your computer’s. And with any luck, it will help you get things done.
معلومات أساسية عن التمديد
الاسم | Lucid |
ID | achogfadpkcepkepcpegehpiiioihmik |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/lucid/achogfadpkcepkepcpegehpiiioihmik |
الوصف | Replace your new tab page with a simple notepad. |
حجم الملف | 9.32 KB |
عدد التثبيتات | 1,191 |
النسخة الحالية | 1.1.1 |
آخر تحديث | 2019-10-01 |
تاريخ النشر | 2019-10-01 |
تقييم | 4.76/5 مجموع تقييمات 25 |
المطور | https://daneden.me |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Lucid", "version": "1.1.1", "manifest_version": 2, "description": "Replace your new tab page with a simple notepad.", "homepage_url": "https:\/\/github.com\/daneden\/chrome-lucid", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "chrome_url_overrides": { "newtab": "src\/override\/override.html" }, "permissions": [ "storage" ] } |