Blank New Tab Page - White Smoke
A blank new tab page with white smoke background, which also supports dark mode.
ما هو Blank New Tab Page - White Smoke؟
Blank New Tab Page - White Smoke هو إضافة Chrome تم تطويرها بواسطة https://yuhaofe.com، والميزة الرئيسية لها هي "A blank new tab page with white smoke background, which also supports dark mode.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Blank New Tab Page - White Smoke
قم بتنزيل ملفات الامتداد Blank New Tab Page - White Smoke بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension replaces the default new tab page with a white smoke background blank page, which also supports dark mode and incognito mode. You may hide the toolbar icon by right click on it.
معلومات أساسية عن التمديد
الاسم | Blank New Tab Page - White Smoke |
ID | jmbngnnlimnakiibacglaeflpghellfh |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/blank-new-tab-page-white/jmbngnnlimnakiibacglaeflpghellfh |
الوصف | A blank new tab page with white smoke background, which also supports dark mode. |
حجم الملف | 9.44 KB |
عدد التثبيتات | 3,742 |
النسخة الحالية | 0.2.3 |
آخر تحديث | 2022-04-05 |
تاريخ النشر | 2019-04-14 |
تقييم | 5.00/5 مجموع تقييمات 5 |
المطور | https://yuhaofe.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://yuhaofe.com/blank-new-tab-page |
عنوان صفحة المساعدة | https://github.com/yuhaofe/Blank-New-Tab-Page---White-Smoke/issues |
اللغات المدعومة | en,es,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extname__", "description": "__MSG_extdesc__", "version": "0.2.3", "manifest_version": 3, "icons": { "16": "icons\/blank16.png", "32": "icons\/blank32.png", "48": "icons\/blank48.png", "128": "icons\/blank128.png" }, "action": { "default_icon": { "16": "icons\/blank16.png", "32": "icons\/blank32.png" }, "default_popup": "src\/options.html" }, "chrome_url_overrides": { "newtab": "src\/blank.html" }, "options_ui": { "page": "src\/options.html", "open_in_tab": false }, "permissions": [ "storage" ], "incognito": "split", "default_locale": "en" } |