background-search
Search for selected messages in background tabs. Chrome's context menu shifts focus to a new tab. This extension allows you to…
Cos'è background-search?
background-search è un'estensione di Chrome sviluppata da https://0-9.tumblr.com, e la sua funzione principale è "Search for selected messages in background tabs. Chrome's context menu shifts focus to a new tab. This extension allows you to…".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione background-search
Scarica i file di estensione background-search 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
Search for selected messages in background tabs. Chrome's context menu shifts focus to a new tab. This extension allows you to keep tabs in the background. see source. https://github.com/kyo-ago/background-search
Informazioni di Base sull'Estensione
Nome | background-search |
ID | hokopjpmeglhfjpmjboooinnmmnljcom |
URL Ufficiale | https://chromewebstore.google.com/detail/background-search/hokopjpmeglhfjpmjboooinnmmnljcom |
Descrizione | Search for selected messages in background tabs. Chrome's context menu shifts focus to a new tab. This extension allows you to… |
Dimensione del File | 8.82 KB |
Conteggio Installazioni | 112 |
Versione Corrente | 0.4 |
Ultimo Aggiornamento | 2023-02-18 |
Data di Pubblicazione | 2014-01-06 |
Valutazione | 5.00/5 Totale 3 Valutazioni |
Sviluppatore | https://0-9.tumblr.com |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "background-search", "version": "0.4", "manifest_version": 3, "default_locale": "en", "icons": { "128": "img\/128.png" }, "background": { "service_worker": ".\/src\/background.js" }, "options_ui": { "page": ".\/src\/options.html", "open_in_tab": false }, "permissions": [ "storage", "contextMenus" ] } |