Unique Tabs

Upon opening a new tab or navigating to a new page, this extension closes any earlier, duplicate tabs in the same window.

Что такое Unique Tabs?

Unique Tabs - это расширение Chrome, разработанное [email protected], и его основная функция - "Upon opening a new tab or navigating to a new page, this extension closes any earlier, duplicate tabs in the same window.".

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

screenshot

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

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

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

                        Before closing the tabs, a notification is displayed. Clicking "Cancel" in the notification within a brief delay (~5 seconds) prevents the tabs from being closed.                    

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

Название Unique Tabs Unique Tabs
ID cicbejncjmbkbahiicbiflndmhbcgibk
Официальный URL https://chromewebstore.google.com/detail/unique-tabs/cicbejncjmbkbahiicbiflndmhbcgibk
Описание Upon opening a new tab or navigating to a new page, this extension closes any earlier, duplicate tabs in the same window.
Размер файла 12.87 KB
Количество установок 3,131
Текущая Версия 0.6
Последнее Обновление 2015-06-10
Дата публикации 2015-06-10
Рейтинг 4.24/5 Всего 29 оценок
Разработчик [email protected]
Тип оплаты free
Официальный сайт расширения https://github.com/joeyAghion/unique_tabs
URL страницы помощи http://github.com/joeyAghion/unique_tabs
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Unique Tabs",
    "description": "Upon opening a new tab or navigating to a new page, this extension closes any earlier, duplicate tabs in the same window.",
    "version": "0.6",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "tabs",
        "notifications",
        "webNavigation"
    ],
    "web_accessible_resources": [
        "icon48.png"
    ],
    "manifest_version": 2
}