Tab Finder
Search through tabs for title.
Apa itu Tab Finder?
Tab Finder adalah ekstensi Chrome yang dikembangkan oleh https://hexagonvoxels.com, dan fitur utamanya adalah "Search through tabs for title.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Tab Finder
Unduh file ekstensi Tab Finder 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
This extension allows you to search through your open tabs in order to find a tab that you are looking for. It's helpful whenever you have many tabs open and your tab titles are truncated.
Informasi Dasar Ekstensi
Nama | Tab Finder |
ID | ofjeoodmfogpeinbafdommgdecgjelac |
URL Resmi | https://chromewebstore.google.com/detail/tab-finder/ofjeoodmfogpeinbafdommgdecgjelac |
Deskripsi | Search through tabs for title. |
Ukuran File | 285 KB |
Jumlah Instalasi | 46 |
Versi Saat Ini | 0.1.2 |
Terakhir Diperbarui | 2017-01-04 |
Tanggal Publikasi | 2017-01-04 |
Pengembang | https://hexagonvoxels.com |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/zero298/TabFinder |
URL Halaman Bantuan | https://github.com/zero298/TabFinder |
Bahasa yang Didukung | en,fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extensionName__", "short_name": "__MSG_extensionName__", "version": "0.1.2", "author": "zero298", "default_locale": "en", "description": "__MSG_extensionDescription__", "options_ui": { "page": "html\/options.html", "chrome_style": true }, "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "browser_action": { "default_icon": { "19": "img\/icon16.png", "38": "img\/icon48.png" }, "default_title": "__MSG_extensionName__", "default_popup": "html\/tabfinder.html" }, "permissions": [ "tabs", "storage" ] } |