U tabs
This extension will merge all the tabs from different windows into one window
Apa itu U tabs?
U tabs adalah ekstensi Chrome yang dikembangkan oleh Neil, dan fitur utamanya adalah "This extension will merge all the tabs from different windows into one window".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi U tabs
Unduh file ekstensi U tabs 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
Merge all the tabs from all the Chrome windows into the current window.
Informasi Dasar Ekstensi
Nama | |
ID | jamieplpgaodmgkcjpigniafokfmmhjk |
URL Resmi | https://chromewebstore.google.com/detail/u-tabs/jamieplpgaodmgkcjpigniafokfmmhjk |
Deskripsi | This extension will merge all the tabs from different windows into one window |
Ukuran File | 9.38 KB |
Jumlah Instalasi | 102 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2017-03-16 |
Tanggal Publikasi | 2017-03-16 |
Pengembang | Neil |
Tipe Pembayaran | free |
Bahasa yang Didukung | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "U tabs", "description": "This extension will merge all the tabs from different windows into one window", "version": "1.0", "background": { "scripts": [ "merge.js" ] }, "icons": { "48": "icon48.png" }, "browser_action": { "default_icon": { "16": "icon16.png", "19": "icon19.png", "32": "icon32.png", "48": "icon48.png", "64": "icon64.png", "128": "icon128.png" }, "default_title": "Merge all tabs" }, "permissions": [ "tabs" ] } |