Mark this tab!
Extension which marks your tabs and you can find it
Cos'è Mark this tab!?
Mark this tab! è un'estensione di Chrome sviluppata da Andrey Esin, e la sua funzione principale è "Extension which marks your tabs and you can find it".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Mark this tab!
Scarica i file di estensione Mark this tab! in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | Mark this tab! |
ID | elpmfpacelndpdgiachjinkbfjddichb |
URL Ufficiale | https://chromewebstore.google.com/detail/mark-this-tab/elpmfpacelndpdgiachjinkbfjddichb |
Descrizione | Extension which marks your tabs and you can find it |
Dimensione del File | 48.53 KB |
Conteggio Installazioni | 29 |
Versione Corrente | 0.1.2 |
Ultimo Aggiornamento | 2022-01-29 |
Data di Pubblicazione | 2022-01-20 |
Valutazione | 4.50/5 Totale 2 Valutazioni |
Sviluppatore | Andrey Esin |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/esin/markThisTab |
Lingue Supportate | 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" } } } |