One Tab to Rule Them All

Restricts browsing to one tab only. New tabs are immediately closed. Content that would go into a new tab is lost forever.

Что такое One Tab to Rule Them All?

One Tab to Rule Them All - это расширение Chrome, разработанное Michael Taylor, и его основная функция - "Restricts browsing to one tab only. New tabs are immediately closed. Content that would go into a new tab is lost forever.".

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

screenshot

Скачать файл CRX расширения One Tab to Rule Them All

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

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

                        This extension completely disables the use of tabs in Google Chrome. If something was going to open in a new tab, it closes immediately, and is lost forever. Most people probably will not want this extension for everyday browsing, but it is useful for kiosk applications because new tabs will never open.                    

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

Название One Tab to Rule Them All One Tab to Rule Them All
ID ihdbhhgfjhgmkcemdmbicneejahfpmok
Официальный URL https://chromewebstore.google.com/detail/one-tab-to-rule-them-all/ihdbhhgfjhgmkcemdmbicneejahfpmok
Описание Restricts browsing to one tab only. New tabs are immediately closed. Content that would go into a new tab is lost forever.
Размер файла 22.21 KB
Количество установок 34
Текущая Версия 1.2
Последнее Обновление 2018-08-07
Дата публикации 2018-08-07
Рейтинг 3.00/5 Всего 2 оценок
Разработчик Michael Taylor
Тип оплаты free
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "One Tab to Rule Them All",
    "version": "1.2",
    "description": "Restricts browsing to one tab only. New tabs are immediately closed. Content that would go into a new tab is lost forever.",
    "permissions": [
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "manifest_version": 2
}