Move tab to new window
Move the current tab into a new window
Apa itu Move tab to new window?
Move tab to new window adalah ekstensi Chrome yang dikembangkan oleh Chimera, dan fitur utamanya adalah "Move the current tab into a new window".
Unduh Berkas CRX Ekstensi Move tab to new window
Unduh file ekstensi Move tab to new window dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | ![]() |
ID | oakjilaellnhaoahkkmafkifjaoommam |
URL Resmi | https://chrome.google.com/webstore/detail/move-tab-to-new-window/oakjilaellnhaoahkkmafkifjaoommam |
Deskripsi | Move the current tab into a new window |
Ukuran File | 4.42 KB |
Jumlah Instalasi | 80 |
Versi Saat Ini | 0.1.0.0 |
Terakhir Diperbarui | 2014-04-18 |
Tanggal Publikasi | 2014-04-18 |
Penilaian | 5.00/5 Total 5 Penilaian |
Pengembang | Chimera |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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 } |