HexTab
Replaces the New Tab page with lightweight Hex Colour Clock and 5-day Weather forecast.
ما هو HexTab؟
HexTab هو إضافة Chrome تم تطويرها بواسطة Sam، والميزة الرئيسية لها هي "Replaces the New Tab page with lightweight Hex Colour Clock and 5-day Weather forecast.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة HexTab
قم بتنزيل ملفات الامتداد HexTab بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This lightweight Chrome extension replaces the New Tab page with lightweight Hex Colour Clock and 5-day Weather forecast. This extension is completely free - there are no adverts, none of your data is stored or sold, and the code is open source.
https://github.com/kjav/HexNewTab معلومات أساسية عن التمديد
| الاسم | |
| ID | mlolhgcdjopgacopeelfoofjbmhklgja |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/hextab/mlolhgcdjopgacopeelfoofjbmhklgja |
| الوصف | Replaces the New Tab page with lightweight Hex Colour Clock and 5-day Weather forecast. |
| حجم الملف | 39.39 KB |
| عدد التثبيتات | 22 |
| النسخة الحالية | 0.6.0 |
| آخر تحديث | 2016-04-29 |
| تاريخ النشر | 2016-04-28 |
| تقييم | 5.00/5 مجموع تقييمات 3 |
| المطور | Sam |
| نوع الدفع | free |
| اللغات المدعومة | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "HexTab",
"version": "0.6.0",
"manifest_version": 2,
"description": "Replaces the New Tab page with lightweight Hex Colour Clock and 5-day Weather forecast.",
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"permissions": [
"geolocation"
],
"default_locale": "en",
"chrome_url_overrides": {
"newtab": "src\/override\/override.html"
}
} | |