Time Tab
Minimalist new tab clock, with customizable background.
ما هو Time Tab؟
Time Tab هو إضافة Chrome تم تطويرها بواسطة https://nathanwentworth.co، والميزة الرئيسية لها هي "Minimalist new tab clock, with customizable background.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Time Tab
قم بتنزيل ملفات الامتداد Time Tab بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This is a minimalist new tab page with a clock on it!
Features include!
- Custom colors for text and background!
- Setting the background to be an image linked from somewhere!
- Custom fonts!
- 12 hour and 24 hour time!
- Seconds display! (or not!)
New in v1.3:
- Smaller settings icon
- Time fades in to avoid text pop-in معلومات أساسية عن التمديد
| الاسم | |
| ID | fdjemjfcplhejdekgjbdjjobbkipoddd |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/time-tab/fdjemjfcplhejdekgjbdjjobbkipoddd |
| الوصف | Minimalist new tab clock, with customizable background. |
| حجم الملف | 12.92 KB |
| عدد التثبيتات | 3,719 |
| النسخة الحالية | 1.5.1 |
| آخر تحديث | 2019-02-09 |
| تاريخ النشر | 2019-02-09 |
| تقييم | 4.65/5 مجموع تقييمات 23 |
| المطور | https://nathanwentworth.co |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| عنوان صفحة المساعدة | https://twitter.com/nathanwentworth |
| اللغات المدعومة | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Time Tab",
"description": "Minimalist new tab clock, with customizable background.",
"version": "1.5.1",
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"manifest_version": 2,
"permissions": [
"storage"
],
"chrome_url_overrides": {
"newtab": "index.html"
}
} | |