Extra Search
ExtraSearch - Search the web swiftly from your browser. The extension will update your new-tab search and will change your search…
Cos'è Extra Search?
Extra Search è un'estensione di Chrome sviluppata da millsjessica283, e la sua funzione principale è "ExtraSearch - Search the web swiftly from your browser. The extension will update your new-tab search and will change your search…".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Extra Search
Scarica i file di estensione Extra 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
ExtraSearch - Search the web swiftly from your browser.
The extension will update your new-tab search and will change your search engine to be powered by Microsoft Bing.
ExtraSearch - Light and minimal new tab / search bar that allows you to search swiftly by text and navigate easily to your favorite, recently visited sites.
For more information please visit: https://www.extra-searches.com/
Please leave us a 5 start review!
By clicking "Add to chrome" you accept and agree to installing the ExtraSearch Chrome extension, and setting Chrome® New Tab search to that provided by the service and the Terms of Use at https://www.extra-searches.com/pages/terms_of_use
and privacy policy at https://www.extra-searches.com/pages/privacy_policy. Informazioni di Base sull'Estensione
| Nome | |
| ID | jhmfhcbcpidjfgpbcgapdjendolhnndb |
| URL Ufficiale | https://chrome.google.com/webstore/detail/extra-search/jhmfhcbcpidjfgpbcgapdjendolhnndb |
| Descrizione | ExtraSearch - Search the web swiftly from your browser. The extension will update your new-tab search and will change your search… |
| Dimensione del File | 757 KB |
| Conteggio Installazioni | 1,000 |
| Versione Corrente | 1.0.0.12 |
| Ultimo Aggiornamento | 2022-07-13 |
| Data di Pubblicazione | 2022-06-16 |
| Valutazione | 1.00/5 Totale 1 Valutazioni |
| Sviluppatore | millsjessica283 |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://www.extra-searches.com/ |
| URL della Pagina di Aiuto | https://www.extra-searches.com/pages/contact_us |
| URL della Pagina della Politica sulla Privacy | https://www.extra-searches.com/pages/privacy_policy |
| Lingue Supportate | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Extra Search",
"version": "1.0.0.12",
"manifest_version": 3,
"description": "",
"homepage_url": "https:\/\/www.extra-searches.com",
"action": {
"default_icon": {
"16": "img\/16.png",
"32": "img\/32.png",
"48": "img\/48.png",
"128": "img\/128.png"
}
},
"icons": {
"16": "img\/16.png",
"32": "img\/32.png",
"48": "img\/48.png",
"96": "img\/96.png",
"128": "img\/128.png"
},
"background": {
"service_worker": "background.js"
},
"chrome_url_overrides": {
"newtab": "static\/html\/override.html"
},
"permissions": [
"topSites",
"storage",
"alarms"
],
"short_name": "extrasearch"
} | |