Fox Tab

Enhances the browsing experience by changing the default search engine

Cos'è Fox Tab?

Fox Tab è un'estensione di Chrome sviluppata da Crosa Apps, e la sua funzione principale è "Enhances the browsing experience by changing the default search engine".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Fox Tab

Scarica i file di estensione Fox Tab 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

                        FoxTab is an extension will 
- Change the default search engine functionality to WebSearches.

Some important information for you:
-	By clicking on the 'Add to Chrome' button and installing FoxTab extension, you are agreeing to install this extension, with our Privacy Policy and our Terms of Service. 
-	By installing, FoxTab will change your Chrome's default search.
-	You may remove or disable this extension anytime.
-	Review our Terms of Service: https://newtaber.com/tos.html

Contact us! We'd love to hear from you: [email protected]                    

Informazioni di Base sull'Estensione

Nome Fox Tab Fox Tab
ID pecgmnihbokhfnemdmjbkhcgpehlcokj
URL Ufficiale https://chromewebstore.google.com/detail/fox-tab/pecgmnihbokhfnemdmjbkhcgpehlcokj
Descrizione Enhances the browsing experience by changing the default search engine
Dimensione del File 91.15 KB
Conteggio Installazioni 2,205
Versione Corrente 0.0.1
Ultimo Aggiornamento 2023-04-06
Data di Pubblicazione 2023-03-10
Valutazione 4.50/5 Totale 2 Valutazioni
Sviluppatore Crosa Apps
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://newtaber.com/
URL della Pagina di Aiuto https://newtaber.com/#contactus
URL della Pagina della Politica sulla Privacy https://newtaber.com/privacy.html
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Fox Tab",
    "version": "0.0.1",
    "manifest_version": 3,
    "description": "Enhances the browsing experience by changing the default search engine",
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "chrome_settings_overrides": {
        "search_provider": {
            "name": "WebSearch",
            "keyword": "websearch",
            "search_url": "https:\/\/newtaber.com\/search?q={searchTerms}",
            "favicon_url": "https:\/\/newtaber.com\/assets\/yahoo-logo.png",
            "encoding": "UTF-8",
            "is_default": true
        }
    },
    "icons": {
        "16": "assets\/icons\/logo.png",
        "48": "assets\/icons\/logo.png",
        "128": "assets\/icons\/logo.png"
    }
}