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 с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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
Основная информация о расширении
Название | HexTab |
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" } } |