TabCounter
Does your friend, significant other or maybe even yourself open way too many tabs? This extension allows you to track that.
Что такое TabCounter?
TabCounter - это расширение Chrome, разработанное melockchain, и его основная функция - "Does your friend, significant other or maybe even yourself open way too many tabs? This extension allows you to track that.".
Снимки экрана расширения
Скачать файл CRX расширения TabCounter
Скачайте файлы расширений TabCounter в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Tab Counter tracks the number of tabs: - Currently open - Opened today - Left open from yesterday - Days number of tabs have been left open - Number of tabs opened since install of this extension
Основная информация о расширении
Название | TabCounter |
ID | hocnnbmipielnggchdgobnliemdgpmai |
Официальный URL | https://chromewebstore.google.com/detail/tabcounter/hocnnbmipielnggchdgobnliemdgpmai |
Описание | Does your friend, significant other or maybe even yourself open way too many tabs? This extension allows you to track that. |
Размер файла | 51.71 MB |
Количество установок | 33 |
Текущая Версия | 1.3 |
Последнее Обновление | 2022-12-02 |
Дата публикации | 2022-05-19 |
Рейтинг | 5.00/5 Всего 1 оценок |
Разработчик | melockchain |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "TabCounter", "description": "Does your friend, significant other or maybe even yourself open way too many tabs? This extension allows you to track that.", "version": "1.3", "manifest_version": 3, "background": { "service_worker": "background.js", "type": "module" }, "permissions": [ "storage", "tabs" ], "action": { "default_popup": "popup.html", "default_icon": { "16": "\/images\/tab_count16.png", "32": "\/images\/tab_count32.png", "48": "\/images\/tab_count48.png", "128": "\/images\/tab_count128.png" } }, "icons": { "16": "\/images\/tab_count16.png", "32": "\/images\/tab_count32.png", "48": "\/images\/tab_count48.png", "128": "\/images\/tab_count128.png" } } |