Tab Counter
Keeps a running count of open tabs and windows.
Что такое Tab Counter?
Tab Counter - это расширение Chrome, разработанное nog642, и его основная функция - "Keeps a running count of open tabs and windows.".
Снимки экрана расширения
Скачать файл CRX расширения Tab Counter
Скачайте файлы расширений Tab Counter в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Shows you a count of the total number of tabs, total number of windows, and number of tabs in the current window.
Also has an option to export your tabs as a JSON file. Основная информация о расширении
| Название | |
| ID | phojeebfjglippdniiejmfclojgbmedd |
| Официальный URL | https://chromewebstore.google.com/detail/tab-counter/phojeebfjglippdniiejmfclojgbmedd |
| Описание | Keeps a running count of open tabs and windows. |
| Размер файла | 7.97 KB |
| Количество установок | 192 |
| Текущая Версия | 0.4.5.0 |
| Последнее Обновление | 2021-04-28 |
| Дата публикации | 2021-04-25 |
| Рейтинг | 3.00/5 Всего 2 оценок |
| Разработчик | nog642 |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| Официальный сайт расширения | https://gitlab.com/nog642/chrome-tab-counter |
| URL страницы помощи | https://gitlab.com/nog642/chrome-tab-counter/-/issues |
| Поддерживаемые языки | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Tab Counter",
"version": "0.4.5.0",
"description": "Keeps a running count of open tabs and windows.",
"icons": {
"16": "icons\/16.png",
"32": "icons\/32.png",
"48": "icons\/48.png",
"128": "icons\/128.png"
},
"action": {
"default_popup": "popup.html"
},
"background": {
"service_worker": "background.js"
},
"optional_permissions": [
"tabs"
]
} | |