Tab Closer and Selector
Easily manage & navigate through your tabs — close your tabs or bring youself to a selected tab!
Apa itu Tab Closer and Selector?
Tab Closer and Selector adalah ekstensi Chrome yang dikembangkan oleh llae.dev, dan fitur utamanya adalah "Easily manage & navigate through your tabs — close your tabs or bring youself to a selected tab!".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Tab Closer and Selector
Unduh file ekstensi Tab Closer and Selector 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
Have too many tabs opened? This extension allows you to easily manage and navigate through your Chrome tabs! It shows you the names of all the tabs that you currently have opened. Then, you can select tabs to close, select windows to close, or bring yourself to a certain tab.
Informasi Dasar Ekstensi
Nama | |
ID | anoodphkcgbgfdaiiljnngkboogckpnb |
URL Resmi | https://chrome.google.com/webstore/detail/tab-closer-and-selector/anoodphkcgbgfdaiiljnngkboogckpnb |
Deskripsi | Easily manage & navigate through your tabs — close your tabs or bring youself to a selected tab! |
Ukuran File | 128 KB |
Jumlah Instalasi | 349 |
Versi Saat Ini | 1.3 |
Terakhir Diperbarui | 2020-08-18 |
Tanggal Publikasi | 2020-07-02 |
Penilaian | 4.43/5 Total 7 Penilaian |
Pengembang | llae.dev |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background\/background-context-menu.js" ] }, "browser_action": { "default_icon": [], "default_popup": "popup\/popup.html", "default_title": "Tab Closer and Selector" }, "description": "Easily manage & navigate through your tabs \u2014 close your tabs or bring youself to a selected tab!", "icons": { "128": "images\/logo128.png", "16": "images\/logo16.png", "48": "images\/logo48.png" }, "manifest_version": 2, "name": "Tab Closer and Selector", "permissions": [ "tabs" ], "version": "1.3" } |