Fox Tab

Enhances the browsing experience by changing the default search engine

Qu'est-ce que Fox Tab ?

Fox Tab est une extension Chrome développée par Crosa Apps, et sa fonction principale est "Enhances the browsing experience by changing the default search engine".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Fox Tab

Téléchargez les fichiers d'extension Fox Tab au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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]                    

Informations de Base sur l'Extension

Nom Fox Tab Fox Tab
ID pecgmnihbokhfnemdmjbkhcgpehlcokj
URL Officiel https://chromewebstore.google.com/detail/fox-tab/pecgmnihbokhfnemdmjbkhcgpehlcokj
Description Enhances the browsing experience by changing the default search engine
Taille du Fichier 91.15 KB
Nombre d'Installations 2,205
Version Actuelle 0.0.1
Dernière Mise à Jour 2023-04-06
Date de Publication 2023-03-10
Évaluation 4.50/5 Total 2 Évaluations
Développeur Crosa Apps
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://newtaber.com/
URL de la Page d'Aide https://newtaber.com/#contactus
URL de la Page de Politique de Confidentialité https://newtaber.com/privacy.html
Langues Prises en Charge 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"
    }
}