Fox Tab

Enhances the browsing experience by changing the default search engine

Co to jest Fox Tab?

Fox Tab to rozszerzenie Chrome opracowane przez Crosa Apps, a jego główną funkcją jest „Enhances the browsing experience by changing the default search engine”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Fox Tab

Pobierz pliki rozszerzeń Fox Tab w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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]                    

Podstawowe informacje o rozszerzeniu

Nazwa Fox Tab Fox Tab
ID pecgmnihbokhfnemdmjbkhcgpehlcokj
Oficjalny URL https://chromewebstore.google.com/detail/fox-tab/pecgmnihbokhfnemdmjbkhcgpehlcokj
Opis Enhances the browsing experience by changing the default search engine
Rozmiar pliku 91.15 KB
Liczba instalacji 2,205
Aktualna Wersja 0.0.1
Ostatnia Aktualizacja 2023-04-06
Data Publikacji 2023-03-10
Ocena 4.50/5 Łącznie 2 Oceny
Deweloper Crosa Apps
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://newtaber.com/
Adres URL Strony Pomocy https://newtaber.com/#contactus
Adres URL Strony Polityki Prywatności https://newtaber.com/privacy.html
Obsługiwane Języki 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"
    }
}