Move tab to new window

Move the current tab into a new window

Co to jest Move tab to new window?

Move tab to new window to rozszerzenie Chrome opracowane przez Chimera, a jego główną funkcją jest „Move the current tab into a new window”.

Pobierz plik CRX rozszerzenia Move tab to new window

Pobierz pliki rozszerzeń Move tab to new window w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Move tab to new window Move tab to new window
ID oakjilaellnhaoahkkmafkifjaoommam
Oficjalny URL https://chrome.google.com/webstore/detail/move-tab-to-new-window/oakjilaellnhaoahkkmafkifjaoommam
Opis Move the current tab into a new window
Rozmiar pliku 4.42 KB
Liczba instalacji 80
Aktualna Wersja 0.1.0.0
Ostatnia Aktualizacja 2014-04-18
Data Publikacji 2014-04-18
Ocena 5.00/5 Łącznie 5 Oceny
Deweloper Chimera
Typ Płatności free
Obsługiwane Języki 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
}