Super Search
Type 'ss' plus a search term into the Omnibox to open multi-search.
Cos'è Super Search?
Super Search è un'estensione di Chrome sviluppata da universeroc, e la sua funzione principale è "Type 'ss' plus a search term into the Omnibox to open multi-search.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Super Search
Scarica i file di estensione Super 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 keyword with multi-search-engine from Omnibox typing ss(Super Search) then backspace or tab and keyword! Informazioni di Base sull'Estensione
| Nome | |
| ID | mepciadmhppaochjhmccjicgkopccnpa |
| URL Ufficiale | https://chromewebstore.google.com/detail/super-search/mepciadmhppaochjhmccjicgkopccnpa |
| Descrizione | Type 'ss' plus a search term into the Omnibox to open multi-search. |
| Dimensione del File | 50.33 KB |
| Conteggio Installazioni | 43 |
| Versione Corrente | 0.1.1 |
| Ultimo Aggiornamento | 2023-07-31 |
| Data di Pubblicazione | 2023-01-30 |
| Valutazione | 4.00/5 Totale 1 Valutazioni |
| Sviluppatore | universeroc |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Super Search",
"version": "0.1.1",
"description": "Type 'ss' plus a search term into the Omnibox to open multi-search.",
"icons": {
"16": "icons\/icon-16.png",
"32": "icons\/icon-32.png",
"48": "icons\/icon-48.png",
"128": "icons\/icon-128.png"
},
"background": {
"service_worker": "background.js"
},
"action": {
"default_title": "Super Search",
"default_popup": "popup.html"
},
"permissions": [
"storage"
],
"omnibox": {
"keyword": "ss"
}
} | |