Tab Limiter

Limit the number of open tabs – in total and per window

Что такое Tab Limiter?

Tab Limiter - это расширение Chrome, разработанное Matthias Vogt, и его основная функция - "Limit the number of open tabs – in total and per window".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Tab Limiter

Скачайте файлы расширений Tab Limiter в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Tab limiter helps you get back control over your browsing – by limiting the number of tabs you can open at once.
You can specify the number of tabs in total and per window. Moreover, you can show a customizable message when the tab limit is hit.                    

Основная информация о расширении

Название Tab Limiter Tab Limiter
ID pbpfchnddjilendkobiabenojlniemoh
Официальный URL https://chromewebstore.google.com/detail/tab-limiter/pbpfchnddjilendkobiabenojlniemoh
Описание Limit the number of open tabs – in total and per window
Размер файла 159 KB
Количество установок 50,000
Текущая Версия 0.4.0
Последнее Обновление 2020-12-23
Дата публикации 2020-04-21
Рейтинг 4.48/5 Всего 29 оценок
Разработчик Matthias Vogt
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://github.com/matthias-vogt/tab-limiter
URL страницы помощи https://github.com/matthias-vogt/tab-limiter
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tab Limiter",
    "description": "Limit the number of open tabs \u2013 in total and per window",
    "version": "0.4.0",
    "author": "Matthias Vogt",
    "homepage_url": "https:\/\/github.com\/matthias-vogt\/tab-limiter",
    "icons": {
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "browser_action": {
        "default_icon": {
            "48": "icons\/48.png",
            "128": "icons\/128.png"
        },
        "default_popup": "options.html",
        "default_title": "Tab Limiter"
    },
    "options_page": "options.html",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "storage"
    ],
    "manifest_version": 2
}