TABU - New Tab Page
Fast & simplistic new tab with speed dial, recommended sites and option for blank page.
ما هو TABU - New Tab Page؟
TABU - New Tab Page هو إضافة Chrome تم تطويرها بواسطة Mika Lindell، والميزة الرئيسية لها هي "Fast & simplistic new tab with speed dial, recommended sites and option for blank page.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة TABU - New Tab Page
قم بتنزيل ملفات الامتداد TABU - New Tab Page بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
- Dark mode support
- 4K compatible
- Speed dial
- Most used & recent websites
- Opt for blank page
- Cloud save
* Quick access to your most used & recent websites when you need them.
* Use Speed Dial when you don't have the time to mess around with bookmarks.
* Set it up once, and it's ready anywhere - speed dial and settings are saved on your Google account.
* Protected from prying eyes — hide everything with a press of a button.
* 4k compatible – TABU scales with your display: you don't need to squint to see the small print. معلومات أساسية عن التمديد
| الاسم | |
| ID | foahfjkmbhmabeciibakfmheoocbbpdc |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/tabu-new-tab-page/foahfjkmbhmabeciibakfmheoocbbpdc |
| الوصف | Fast & simplistic new tab with speed dial, recommended sites and option for blank page. |
| حجم الملف | 599 KB |
| عدد التثبيتات | 58 |
| النسخة الحالية | 1.0.1 |
| آخر تحديث | 2021-11-03 |
| تاريخ النشر | 2016-12-06 |
| تقييم | 3.50/5 مجموع تقييمات 4 |
| المطور | Mika Lindell |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| اللغات المدعومة | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "TABU - New Tab Page",
"short_name": "TABU",
"description": "Fast & simplistic new tab with speed dial, recommended sites and option for blank page.",
"version": "1.0.1",
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"minimum_chrome_version": "37",
"permissions": [
"storage",
"tabs",
"bookmarks",
"sessions",
"topSites",
"history"
],
"chrome_url_overrides": {
"newtab": "start.html"
}
} | |