Foxy Newtab
Mesmerizing Search New Tab - Search better and look better too.
Cos'è Foxy Newtab?
Foxy Newtab è un'estensione di Chrome sviluppata da https://tryfoxy.com, e la sua funzione principale è "Mesmerizing Search New Tab - Search better and look better too.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Foxy Newtab
Scarica i file di estensione Foxy Newtab 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
Mesmerizing Search New Tab - Search better and look better too.
Turn your regular start page into a mesmerizing one with Foxy Newtab. Extension can change your new tab search. By clicking "Add to chrome", I accept and agree to installing the " Foxy Newtab" Chrome extension and setting Chrome™ new tab search to that provided by the service and the Terms of Use and Privacy Policy.
Privacy policy: http://www.solex.io/privacy/
Terms of use: http://www.solex.io/terms/ Informazioni di Base sull'Estensione
| Nome | |
| ID | opnnjhlgdknkcigifiekfnjmkdfdgcjd |
| URL Ufficiale | https://chromewebstore.google.com/detail/foxy-newtab/opnnjhlgdknkcigifiekfnjmkdfdgcjd |
| Descrizione | Mesmerizing Search New Tab - Search better and look better too. |
| Dimensione del File | 2.37 MB |
| Conteggio Installazioni | 56,305 |
| Versione Corrente | 18880.2311.15.1118 |
| Ultimo Aggiornamento | 2023-11-16 |
| Data di Pubblicazione | 2018-12-13 |
| Valutazione | 5.00/5 Totale 3 Valutazioni |
| Sviluppatore | https://tryfoxy.com |
| [email protected] | |
| Tipo di Pagamento | free |
| URL della Pagina della Politica sulla Privacy | http://www.solex.io/privacy |
| Lingue Supportate | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"default_locale": "en",
"manifest_version": 3,
"name": "Foxy Newtab",
"description": "Mesmerizing Search New Tab - Search better and look better too.",
"version": "18880.2311.15.1118",
"chrome_url_overrides": {
"newtab": "newtab.html"
},
"permissions": [
"storage"
],
"icons": {
"16": "icons\/icon16.png",
"32": "icons\/icon32.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"omnibox": {
"keyword": "tf"
},
"background": {
"service_worker": "background.js"
}
} | |