Distraction-Free New Tab with Dark Mode
Replace the default New Tab window with a blank screen to remove distractions.
ما هو Distraction-Free New Tab with Dark Mode؟
Distraction-Free New Tab with Dark Mode هو إضافة Chrome تم تطويرها بواسطة https://DesignerWhoCodes.de • Andre Fuchs، والميزة الرئيسية لها هي "Replace the default New Tab window with a blank screen to remove distractions.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Distraction-Free New Tab with Dark Mode
قم بتنزيل ملفات الامتداد Distraction-Free New Tab with Dark Mode بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension replaces the default New Tab window with a blank screen to remove distractions.
* Free, no tracking, no ads
* Dark Mode support
* Fast
* No permissions required
* Minimalist icon design
Install now: Distraction-Free New Tab with Dark Mode معلومات أساسية عن التمديد
| الاسم | |
| ID | kneglhaaolciikkhapjoppebfcddphoc |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/distraction-free-new-tab/kneglhaaolciikkhapjoppebfcddphoc |
| الوصف | Replace the default New Tab window with a blank screen to remove distractions. |
| حجم الملف | 8.04 KB |
| عدد التثبيتات | 27 |
| النسخة الحالية | 0.3 |
| آخر تحديث | 2020-04-23 |
| تاريخ النشر | 2020-04-23 |
| تقييم | 5.00/5 مجموع تقييمات 1 |
| المطور | https://DesignerWhoCodes.de • Andre Fuchs |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| اللغات المدعومة | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Distraction-Free New Tab with Dark Mode",
"description": "Replace the default New Tab window with a blank screen to remove distractions.",
"version": "0.3",
"chrome_url_overrides": {
"newtab": "index.html"
},
"icons": {
"16": "icon16.png",
"128": "icon128.png"
}
} | |