Tab Shuffler
Randomize the tab order in your browser window.
Apa itu Tab Shuffler?
Tab Shuffler adalah ekstensi Chrome yang dikembangkan oleh porkbun, dan fitur utamanya adalah "Randomize the tab order in your browser window.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Tab Shuffler
Unduh file ekstensi Tab Shuffler 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
Useful for making decisions (what to buy, what to watch, etc.) Note: The "This extension is not trusted by Enhanced Safe Browsing." message is due to the fact that this is a relatively new developer account and should go away on its own soon.
Informasi Dasar Ekstensi
Nama | Tab Shuffler |
ID | jfaiappknhlmbkffdpfbnpfiajmfgfbl |
URL Resmi | https://chromewebstore.google.com/detail/tab-shuffler/jfaiappknhlmbkffdpfbnpfiajmfgfbl |
Deskripsi | Randomize the tab order in your browser window. |
Ukuran File | 13.56 KB |
Jumlah Instalasi | 571 |
Versi Saat Ini | 0.1.1 |
Terakhir Diperbarui | 2022-09-29 |
Tanggal Publikasi | 2022-09-28 |
Penilaian | 4.67/5 Total 6 Penilaian |
Pengembang | porkbun |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tab Shuffler", "description": "Randomize the tab order in your browser window.", "version": "0.1.1", "manifest_version": 3, "action": { "default_title": "Randomize the order of the tabs in this window. Right-click to undo.", "default_icon": { "16": "\/images\/icon16-o.png", "32": "\/images\/icon32-o.png", "48": "\/images\/icon48-o.png", "128": "\/images\/icon128-o.png" } }, "icons": { "16": "\/images\/icon16-o.png", "32": "\/images\/icon32-o.png", "48": "\/images\/icon48-o.png", "128": "\/images\/icon128-o.png" }, "permissions": [ "contextMenus", "storage" ], "background": { "service_worker": "background.js" } } |