Move tab to new window
Move the current tab into a new window
Что такое Move tab to new window?
Move tab to new window - это расширение Chrome, разработанное Chimera, и его основная функция - "Move the current tab into a new window".
Скачать файл CRX расширения Move tab to new window
Скачайте файлы расширений Move tab to new window в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Move a tab into its own window. You can bind a shortcut key to this action, allowing you to put a tab in a new window, without taking your hands off the keyboard. Source code available here: https://github.com/tvdv/Tab2NewWnd
Основная информация о расширении
Название | ![]() |
ID | oakjilaellnhaoahkkmafkifjaoommam |
Официальный URL | https://chrome.google.com/webstore/detail/move-tab-to-new-window/oakjilaellnhaoahkkmafkifjaoommam |
Описание | Move the current tab into a new window |
Размер файла | 4.42 KB |
Количество установок | 80 |
Текущая Версия | 0.1.0.0 |
Последнее Обновление | 2014-04-18 |
Дата публикации | 2014-04-18 |
Рейтинг | 5.00/5 Всего 5 оценок |
Разработчик | Chimera |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Move tab to new window", "version": "0.1.0.0", "description": "Move the current tab into a new window", "short_name": "TabToNewWnd", "background": { "persistent": false, "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "newWnd.png", "default_title": "Move tab to a new Window" }, "permissions": [ "tabs" ], "manifest_version": 2 } |