Blank New Tab Page
Replaces the new tab page with a blank one.
ما هو Blank New Tab Page؟
Blank New Tab Page هو إضافة Chrome تم تطويرها بواسطة Gerrit Kopp، والميزة الرئيسية لها هي "Replaces the new tab page with a blank one.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Blank New Tab Page
قم بتنزيل ملفات الامتداد Blank New Tab Page بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Replaces the new tab page with a blank one.
معلومات أساسية عن التمديد
الاسم | |
ID | ggbepbemaaocmiffjfeppcccoohjfnob |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/blank-new-tab-page/ggbepbemaaocmiffjfeppcccoohjfnob |
الوصف | Replaces the new tab page with a blank one. |
حجم الملف | 64.97 KB |
عدد التثبيتات | 193 |
النسخة الحالية | 0.12 |
آخر تحديث | 2023-12-05 |
تاريخ النشر | 2019-03-26 |
تقييم | 1.00/5 مجموع تقييمات 1 |
المطور | Gerrit Kopp |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
عنوان صفحة المساعدة | https://github.com/GerritKopp/blanknewtabpage |
اللغات المدعومة | de,en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_extName__", "version": "0.12", "default_locale": "en", "description": "__MSG_extDescription__", "author": "Gerrit Kopp", "chrome_url_overrides": { "newtab": "blank.html" }, "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" } } |