Mark this tab!
Extension which marks your tabs and you can find it
Apa itu Mark this tab!?
Mark this tab! adalah ekstensi Chrome yang dikembangkan oleh Andrey Esin, dan fitur utamanya adalah "Extension which marks your tabs and you can find it".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Mark this tab!
Unduh file ekstensi Mark this tab! 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
Simply marks you tab icon with small circle and you will find your tab You can change mark's color ( 🟢->🔵-> 🟣-> 🔴-> 🟠-> 🟡-> ⚪-> ⚫) by quick click or remove mark without reloading page
Informasi Dasar Ekstensi
Nama | Mark this tab! |
ID | elpmfpacelndpdgiachjinkbfjddichb |
URL Resmi | https://chromewebstore.google.com/detail/mark-this-tab/elpmfpacelndpdgiachjinkbfjddichb |
Deskripsi | Extension which marks your tabs and you can find it |
Ukuran File | 48.53 KB |
Jumlah Instalasi | 29 |
Versi Saat Ini | 0.1.2 |
Terakhir Diperbarui | 2022-01-29 |
Tanggal Publikasi | 2022-01-20 |
Penilaian | 4.50/5 Total 2 Penilaian |
Pengembang | Andrey Esin |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/esin/markThisTab |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Mark this tab!", "description": "Extension which marks your tabs and you can find it", "version": "0.1.2", "manifest_version": 3, "permissions": [ "contextMenus", "activeTab", "scripting", "storage", "webNavigation" ], "background": { "service_worker": "js\/background.js" }, "action": [], "icons": { "48": "\/icons\/48.png", "128": "\/icons\/128.png", "512": "\/icons\/512.png" }, "commands": { "mark_tab": { "suggested_key": { "linux": "Alt+T", "windows": "Alt+T", "mac": "MacCtrl+Command+T" }, "description": "Mark tab with default mark" } } } |