Tab Counter
Changes your new tab page to a counter that displays how many tabs you have opened today.
Что такое Tab Counter?
Tab Counter - это расширение Chrome, разработанное Drake Panzer, и его основная функция - "Changes your new tab page to a counter that displays how many tabs you have opened today.".
Снимки экрана расширения
Скачать файл CRX расширения Tab Counter
Скачайте файлы расширений Tab Counter в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Changes your tab page to a counter that displays how many tabs you have opened today. The counter resets every day. The new tab page was designed to be used with the theme "Android Holo UI Dark Blue Theme", here is the link: https://chrome.google.com/webstore/detail/android-holo-ui-dark-blue/ajnfjknffgoibfgmpbkboohmlbfcdche ______ If you have any problems or suggestions, feel free to tell me.
Основная информация о расширении
Название | |
ID | jolnbjdcabeggeklgccfpbebhgkgjgee |
Официальный URL | https://chrome.google.com/webstore/detail/jolnbjdcabeggeklgccfpbebhgkgjgee |
Описание | Changes your new tab page to a counter that displays how many tabs you have opened today. |
Размер файла | 27.81 KB |
Количество установок | 28 |
Текущая Версия | 1.0 |
Последнее Обновление | 2017-01-31 |
Дата публикации | 2017-01-31 |
Рейтинг | 5.00/5 Всего 1 оценок |
Разработчик | Drake Panzer |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://dpanzer.net |
URL страницы помощи | https://dpanzer.net/contact |
URL страницы политики конфиденциальности | https://dpanzer.net/wiki/Drake_Panzer:Privacy_policy |
Поддерживаемые языки | en-US |
manifest.json | |
{ "author": "engineerofstuff", "chrome_url_overrides": { "newtab": "dist\/override.html" }, "description": "Changes your new tab page to a counter that displays how many tabs you have opened today.", "homepage_url": "https:\/\/dpanzer.net", "icons": { "128": "icons\/icon128.png", "16": "icons\/icon16.png", "48": "icons\/icon48.png" }, "manifest_version": 2, "name": "Tab Counter", "permissions": [ "storage" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0" } |