Tab Defrag
Sorts all tabs in the current window by their URLs. The extension requests only a single permission: tabs. This is necessary to…
Apa itu Tab Defrag?
Tab Defrag adalah ekstensi Chrome yang dikembangkan oleh Sampson, dan fitur utamanya adalah "Sorts all tabs in the current window by their URLs. The extension requests only a single permission: tabs. This is necessary to…".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Tab Defrag
Unduh file ekstensi Tab Defrag 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
Sorts all tabs in the current window by their URLs. The extension requests only a single permission: tabs. This is necessary to read the URL for each tab, and to assign it a new placement. Tab Defrag does nothing more.
Informasi Dasar Ekstensi
Nama | Tab Defrag |
ID | dfeliknbmopheafjaelmilpgfmfjiopl |
URL Resmi | https://chromewebstore.google.com/detail/tab-defrag/dfeliknbmopheafjaelmilpgfmfjiopl |
Deskripsi | Sorts all tabs in the current window by their URLs. The extension requests only a single permission: tabs. This is necessary to… |
Ukuran File | 33.75 KB |
Jumlah Instalasi | 30 |
Versi Saat Ini | 0.0.4 |
Terakhir Diperbarui | 2021-03-15 |
Tanggal Publikasi | 2019-12-22 |
Pengembang | Sampson |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://www.twitter.com/jonathansampson |
URL Halaman Bantuan | https://www.twitter.com/jonathansampson |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tab Defrag", "version": "0.0.4", "manifest_version": 2, "permissions": [ "tabs" ], "browser_action": { "default_title": "Tab Defrag" }, "background": { "scripts": [ "background.js" ] }, "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" } } |