ZeroTab - Empty New Tab Page
With this extension, new tabs display a blank page instead of the usual new tab page with thumbnails.
ما هو ZeroTab - Empty New Tab Page؟
ZeroTab - Empty New Tab Page هو إضافة Chrome تم تطويرها بواسطة Yauheni Pakala، والميزة الرئيسية لها هي "With this extension, new tabs display a blank page instead of the usual new tab page with thumbnails.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة ZeroTab - Empty New Tab Page
قم بتنزيل ملفات الامتداد ZeroTab - Empty New Tab Page بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
With this extension, new tabs display a blank page instead of the usual new tab page with thumbnails. With additional options, for example: custom background color. معلومات أساسية عن التمديد
| الاسم | |
| ID | anbfanbhcjohnkjjccckagjcmolhhdgd |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/zerotab-empty-new-tab-pag/anbfanbhcjohnkjjccckagjcmolhhdgd |
| الوصف | With this extension, new tabs display a blank page instead of the usual new tab page with thumbnails. |
| حجم الملف | 7.76 KB |
| عدد التثبيتات | 25 |
| النسخة الحالية | 1.0.1 |
| آخر تحديث | 2021-12-11 |
| تاريخ النشر | 2019-03-09 |
| تقييم | 5.00/5 مجموع تقييمات 2 |
| المطور | Yauheni Pakala |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| موقع الإضافة | https://github.com/wcoder/ZeroTab |
| عنوان صفحة المساعدة | https://github.com/wcoder/ZeroTab/issues |
| اللغات المدعومة | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "ZeroTab - Empty New Tab Page",
"version": "1.0.1",
"short_name": "ZeroTab",
"description": "With this extension, new tabs display a blank page instead of the usual new tab page with thumbnails.",
"icons": {
"128": "icon_128.png"
},
"chrome_url_overrides": {
"newtab": "index.html"
},
"options_page": "options.html",
"permissions": [
"storage"
]
} | |