Clock Tab by Scamah
This plugin will replace the default new tab with a customizeable clock and date.
Что такое Clock Tab by Scamah?
Clock Tab by Scamah - это расширение Chrome, разработанное https://tuxedopigeon.us, и его основная функция - "This plugin will replace the default new tab with a customizeable clock and date.".
Снимки экрана расширения
Скачать файл CRX расширения Clock Tab by Scamah
Скачайте файлы расширений Clock Tab by Scamah в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
This plugin will replace the default new tab with a customizeable clock and date. Clock Tab is a simplistic and functional new tab clock extension. Clock Tab's customization options for color and font are intuitive and easy to use. It also allows users to more easily access time when in an entirely full screen browser window. Currently Working on: - Adding more themes and fonts. - Better Screenshots!
Основная информация о расширении
Название | Clock Tab by Scamah |
ID | lipflhjigobellgogblgaognmcgnbfbj |
Официальный URL | https://chromewebstore.google.com/detail/clock-tab-by-scamah/lipflhjigobellgogblgaognmcgnbfbj |
Описание | This plugin will replace the default new tab with a customizeable clock and date. |
Размер файла | 10.95 KB |
Количество установок | 40 |
Текущая Версия | 3.3 |
Последнее Обновление | 2021-08-03 |
Дата публикации | 2020-02-28 |
Разработчик | https://tuxedopigeon.us |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Clock Tab by Scamah", "description": "This plugin will replace the default new tab with a customizeable clock and date.", "version": "3.3", "incognito": "split", "chrome_url_overrides": { "newtab": "clockTab.html" }, "web_accessible_resources": [ "*.png", "*.ttf" ], "manifest_version": 2, "icons": { "16": "Icon\/Icon16.png", "48": "Icon\/Icon48.png", "128": "Icon\/Icon128.png" } } |