Tab Cutter
This extension divides one window into two
Что такое Tab Cutter?
Tab Cutter - это расширение Chrome, разработанное soags, и его основная функция - "This extension divides one window into two".
Снимки экрана расширения
Скачать файл CRX расширения Tab Cutter
Скачайте файлы расширений Tab Cutter в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
This simple tab organization tool divides one window into two. If you have at least two tabs in the selected Chrome window, all the tabs on the left side of the selected tab will stay in the window, and the rest will move to the new window. If you are looking for Tab Scissors, have a try.
Основная информация о расширении
Название | Tab Cutter |
ID | mekmindbhhjinkmgdjabpgfkaekhmgkj |
Официальный URL | https://chromewebstore.google.com/detail/tab-cutter/mekmindbhhjinkmgdjabpgfkaekhmgkj |
Описание | This extension divides one window into two |
Размер файла | 11.09 KB |
Количество установок | 579 |
Текущая Версия | 1.0.1 |
Последнее Обновление | 2023-08-31 |
Дата публикации | 2023-08-30 |
Рейтинг | 4.33/5 Всего 3 оценок |
Разработчик | soags |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://github.com/soags/tab-cutter |
URL страницы помощи | https://github.com/soags/tab-cutter/issues |
URL страницы политики конфиденциальности | https://soags.github.io/privacy-policy/chrome-extensions |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Tab Cutter", "description": "This extension divides one window into two", "version": "1.0.1.0", "version_name": "1.0.1", "icons": { "16": "public\/icon-16.png", "48": "public\/icon-48.png", "128": "public\/icon-128.png" }, "action": { "default_icon": { "16": "public\/icon-16.png", "48": "public\/icon-48.png", "128": "public\/icon-128.png" }, "default_title": "Tab Cutter" }, "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "permissions": [] } |