Show Me Tabs (light)
This extension simple shows a Tabs.
Apa itu Show Me Tabs (light)?
Show Me Tabs (light) adalah ekstensi Chrome yang dikembangkan oleh sp0xff, dan fitur utamanya adalah "This extension simple shows a Tabs.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Show Me Tabs (light)
Unduh file ekstensi Show Me Tabs (light) 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
If you open a lot of windows and tabs, this extension will help you navigate and find the necessary tab. Today the functionality is minimal. It simply shows the icons of all open tabs grouped by windows. There are plans to add a drag and drop, search and much more.
Informasi Dasar Ekstensi
Nama | Show Me Tabs (light) |
ID | ecaodfpnmpbbemaiobldmpcjekekloge |
URL Resmi | https://chromewebstore.google.com/detail/show-me-tabs-light/ecaodfpnmpbbemaiobldmpcjekekloge |
Deskripsi | This extension simple shows a Tabs. |
Ukuran File | 39.99 KB |
Jumlah Instalasi | 18 |
Versi Saat Ini | 1.0.1 |
Terakhir Diperbarui | 2017-01-26 |
Tanggal Publikasi | 2017-01-26 |
Penilaian | 4.56/5 Total 9 Penilaian |
Pengembang | sp0xff |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_appName__", "description": "__MSG_appDesc__", "version": "1.0.1", "default_locale": "en", "short_name": "Show Me Tabs", "browser_action": { "default_icon": "images\/browser_action.png", "default_popup": "popup.html", "default_title": "Show Me Tabs" }, "icons": { "128": "images\/icon128.png", "48": "images\/icon48.png" }, "permissions": [ "tabs" ] } |