Fox Tab

Enhances the browsing experience by changing the default search engine

Vad är Fox Tab?

Fox Tab är en Chrome-tillägg utvecklad av Crosa Apps, och dess huvudfunktion är "Enhances the browsing experience by changing the default search engine".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Fox Tab-förlängningens CRX-fil

Ladda ner Fox Tab-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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]                    

Grundläggande Information om Tillägg

Namn Fox Tab Fox Tab
ID pecgmnihbokhfnemdmjbkhcgpehlcokj
Officiell webbadress https://chromewebstore.google.com/detail/fox-tab/pecgmnihbokhfnemdmjbkhcgpehlcokj
Beskrivning Enhances the browsing experience by changing the default search engine
Filstorlek 91.15 KB
Antal Installationer 2,205
Aktuell Version 0.0.1
Senast Uppdaterad 2023-04-06
Publiceringsdatum 2023-03-10
Betyg 4.50/5 Totalt 2 Betyg
Utvecklare Crosa Apps
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://newtaber.com/
Hjälpsida URL https://newtaber.com/#contactus
URL till Sekretesspolicy Sidan https://newtaber.com/privacy.html
Stödda Språk 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"
    }
}