Close tabs to the left
Allows to close all tabs to the left
Что такое Close tabs to the left?
Close tabs to the left - это расширение Chrome, разработанное Acinonyx, и его основная функция - "Allows to close all tabs to the left".
Скачать файл CRX расширения Close tabs to the left
Скачайте файлы расширений Close tabs to the left в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Too many tabs opened? Chrome allows to close all tabs to the right, close all tabs but current. But what about all tabs to the left? Tabs to the left are often was open earlier. This extension will help you to close already unnecessary tabs. Just click on extension's icon to close 'em.
Основная информация о расширении
Название | Close tabs to the left |
ID | gcmjpicopfkgmjdomahfjkmhpcelklba |
Официальный URL | https://chromewebstore.google.com/detail/close-tabs-to-the-left/gcmjpicopfkgmjdomahfjkmhpcelklba |
Описание | Allows to close all tabs to the left |
Размер файла | 9.79 KB |
Количество установок | 2,724 |
Текущая Версия | 1.3 |
Последнее Обновление | 2013-02-18 |
Дата публикации | 2013-02-18 |
Рейтинг | 4.12/5 Всего 41 оценок |
Разработчик | Acinonyx |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Close tabs to the left", "version": "1.3", "description": "Allows to close all tabs to the left", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_title": "Close tabs to the left", "default_icon": "close_icon.png" }, "manifest_version": 2 } |