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