Fox Tab

Enhances the browsing experience by changing the default search engine

Fox Tab क्या है?

Fox Tab Crosa Apps द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Enhances the browsing experience by changing the default search engine"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Fox Tab एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    }
}