mercury
Type-to-search your open tabs
Cos'è mercury?
mercury è un'estensione di Chrome sviluppata da https://benvan.co.uk, e la sua funzione principale è "Type-to-search your open tabs".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione mercury
Scarica i file di estensione mercury 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
Mercury is a simple, fast tab finder. Cmd+Shift+i (mac) Ctrl+Shift+L (windows/linux) Open the search, type to filter. - up/down : navigate - enter : select tab - [cmd/ctrl]-backspace : close highlighted tab
Informazioni di Base sull'Estensione
Nome | mercury |
ID | jecgkhhikedmghacamdomkngdfdodbcb |
URL Ufficiale | https://chromewebstore.google.com/detail/mercury/jecgkhhikedmghacamdomkngdfdodbcb |
Descrizione | Type-to-search your open tabs |
Dimensione del File | 18.51 KB |
Conteggio Installazioni | 139 |
Versione Corrente | 1.1.0 |
Ultimo Aggiornamento | 2017-11-21 |
Data di Pubblicazione | 2017-11-21 |
Valutazione | 5.00/5 Totale 9 Valutazioni |
Sviluppatore | https://benvan.co.uk |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://benvan.co.uk |
Lingue Supportate | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "mercury", "description": "Type-to-search your open tabs", "version": "1.1.0", "offline_enabled": true, "author": "Ben van Enckevort", "permissions": [ "tabs" ], "browser_action": { "default_icon": { "38": "icons\/icon-38.png", "19": "icons\/icon-19.png" }, "default_popup": "popup.html" }, "background": { "scripts": [ "background.js" ], "persistent": true }, "icons": { "128": "icons\/icon-128.png", "48": "icons\/icon-48.png", "16": "icons\/icon-16.png" }, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Ctrl+Shift+L", "linux": "Ctrl+Shift+L", "mac": "Command+Shift+I" } } } } |