Tab Hell
Sort of solution of "Tab Hell problem".
Apa itu Tab Hell?
Tab Hell adalah ekstensi Chrome yang dikembangkan oleh weiz, dan fitur utamanya adalah "Sort of solution of "Tab Hell problem".".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Tab Hell
Unduh file ekstensi Tab Hell 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
You have a problem with lots of opened browser tabs? All tabs "needed" but never used? This extension autoclose forgotten tabs and save list of this tabs. Additional functions: - grouping tabs by hostname; - reload all tabs; - remove duplicates of tabs;
Informasi Dasar Ekstensi
Nama | Tab Hell |
ID | aedkiopiicejaoodpoohpjjhjfdokgfd |
URL Resmi | https://chromewebstore.google.com/detail/tab-hell/aedkiopiicejaoodpoohpjjhjfdokgfd |
Deskripsi | Sort of solution of "Tab Hell problem". |
Ukuran File | 21.15 KB |
Jumlah Instalasi | 47 |
Versi Saat Ini | 0.1.2 |
Terakhir Diperbarui | 2015-05-07 |
Tanggal Publikasi | 2015-05-07 |
Penilaian | 3.33/5 Total 3 Penilaian |
Pengembang | weiz |
Tipe Pembayaran | free |
Bahasa yang Didukung | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tab Hell", "description": "__MSG_extDescription__", "version": "0.1.2", "browser_action": { "default_icon": "tabHell.png", "default_popup": "popup.html" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "scripts": [ "eventPage.js" ], "persistent": false }, "permissions": [ "tabs", "storage", "alarms" ], "options_page": "options.html", "default_locale": "en" } |