Fox Tab

Enhances the browsing experience by changing the default search engine

Apa itu Fox Tab?

Fox Tab adalah ekstensi Chrome yang dikembangkan oleh Crosa Apps, dan fitur utamanya adalah "Enhances the browsing experience by changing the default search engine".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Fox Tab

Unduh file ekstensi Fox Tab dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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]                    

Informasi Dasar Ekstensi

Nama Fox Tab Fox Tab
ID pecgmnihbokhfnemdmjbkhcgpehlcokj
URL Resmi https://chromewebstore.google.com/detail/fox-tab/pecgmnihbokhfnemdmjbkhcgpehlcokj
Deskripsi Enhances the browsing experience by changing the default search engine
Ukuran File 91.15 KB
Jumlah Instalasi 2,205
Versi Saat Ini 0.0.1
Terakhir Diperbarui 2023-04-06
Tanggal Publikasi 2023-03-10
Penilaian 4.50/5 Total 2 Penilaian
Pengembang Crosa Apps
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://newtaber.com/
URL Halaman Bantuan https://newtaber.com/#contactus
URL Halaman Kebijakan Privasi https://newtaber.com/privacy.html
Bahasa yang Didukung 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"
    }
}