Fox Tab

Enhances the browsing experience by changing the default search engine

Τι είναι το Fox Tab;

Το Fox Tab είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Crosa Apps, και η κύρια λειτουργία του είναι "Enhances the browsing experience by changing the default search engine".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Fox Tab

Λήψη αρχείων επέκτασης Fox Tab σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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]                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Fox Tab Fox Tab
ID pecgmnihbokhfnemdmjbkhcgpehlcokj
Επίσημο URL https://chromewebstore.google.com/detail/fox-tab/pecgmnihbokhfnemdmjbkhcgpehlcokj
Περιγραφή Enhances the browsing experience by changing the default search engine
Μέγεθος Αρχείου 91.15 KB
Αριθμός Εγκαταστάσεων 2,205
Τρέχουσα Έκδοση 0.0.1
Τελευταία Ενημέρωση 2023-04-06
Ημερομηνία Δημοσίευσης 2023-03-10
Αξιολόγηση 4.50/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής Crosa Apps
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://newtaber.com/
Διεύθυνση URL της Σελίδας Βοήθειας https://newtaber.com/#contactus
URL της Σελίδας Πολιτικής Απορρήτου https://newtaber.com/privacy.html
Υποστηριζόμενες Γλώσσες 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"
    }
}