Advanced tab killer

Tool for closing tabs that are right or left of current tab.

Что такое Advanced tab killer?

Advanced tab killer - это расширение Chrome, разработанное alexey-agk, и его основная функция - "Tool for closing tabs that are right or left of current tab.".

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

screenshot
screenshot

Скачать файл CRX расширения Advanced tab killer

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

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

                        Extension allows you to quickly close tabs on the left or right of the current.
Click on the extension button. You will see a pop-up with slider. To close a tab to the right of the current tab, drag the slider to the right, to close the tabs on the left drag to left. 
You can also use the filter at the page address. For the first click the button with a triangle. Then select the level of filtering (default by domain). After drag the slider.                    

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

Название Advanced tab killer Advanced tab killer
ID kmmmcmbbhfdabgpbdobcjnihbbpkogpn
Официальный URL https://chromewebstore.google.com/detail/advanced-tab-killer/kmmmcmbbhfdabgpbdobcjnihbbpkogpn
Описание Tool for closing tabs that are right or left of current tab.
Размер файла 23.5 KB
Количество установок 75
Текущая Версия 1.5.1
Последнее Обновление 2014-01-05
Дата публикации 2014-01-05
Рейтинг 4.00/5 Всего 1 оценок
Разработчик alexey-agk
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Advanced tab killer",
    "version": "1.5.1",
    "manifest_version": 2,
    "description": "Tool for closing tabs that are right or left of current tab.",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "18": "icon_18.png",
        "19": "icon_19.png",
        "32": "icon_32.png",
        "64": "icon_64.png",
        "128": "icon_128.png"
    },
    "permissions": [
        "tabs"
    ],
    "browser_action": {
        "default_icon": "icon_19.png",
        "default_title": "Advanced tab killer",
        "default_popup": "popup.html"
    }
}