Close Tabs To The Left
This extension allows the user to close chrome tabs to the left, with one press of the button
Что такое Close Tabs To The Left?
Close Tabs To The Left - это расширение Chrome, разработанное fr1sk, и его основная функция - "This extension allows the user to close chrome tabs to the left, with one press of the button".
Снимки экрана расширения
Скачать файл CRX расширения Close Tabs To The Left
Скачайте файлы расширений Close Tabs To The Left в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
On Google chrome there is no option to close all tabs to the left! This extension allows the user to close chrome tabs to the left, with one press of the button!
Основная информация о расширении
Название | Close Tabs To The Left |
ID | aejaklcloiadinippijlaoidldfpbomi |
Официальный URL | https://chromewebstore.google.com/detail/close-tabs-to-the-left/aejaklcloiadinippijlaoidldfpbomi |
Описание | This extension allows the user to close chrome tabs to the left, with one press of the button |
Размер файла | 11.62 KB |
Количество установок | 35 |
Текущая Версия | 1.2 |
Последнее Обновление | 2019-02-22 |
Дата публикации | 2019-02-22 |
Разработчик | fr1sk |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Close Tabs To The Left", "short_name": "CTTTL", "description": "This extension allows the user to close chrome tabs to the left, with one press of the button", "version": "1.2", "browser_action": { "default_icon": "resources\/icon.png" }, "icons": { "16": "resources\/icon16.png", "48": "resources\/icon48.png", "128": "resources\/icon128.png" }, "permissions": [ "activeTab" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'" } |