Fox Tab

Enhances the browsing experience by changing the default search engine

Fox Tab là gì?

Fox Tab là một tiện ích mở rộng Chrome được phát triển bởi Crosa Apps, và tính năng chính của nó là "Enhances the browsing experience by changing the default search engine".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Fox Tab

Tải xuống các tệp mở rộng Fox Tab dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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]                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Fox Tab Fox Tab
ID pecgmnihbokhfnemdmjbkhcgpehlcokj
URL Chính Thức https://chromewebstore.google.com/detail/fox-tab/pecgmnihbokhfnemdmjbkhcgpehlcokj
Mô tả Enhances the browsing experience by changing the default search engine
Kích Thước Tệp 91.15 KB
Số Lần Cài Đặt 2,205
Phiên Bản Hiện Tại 0.0.1
Cập Nhật Lần Cuối 2023-04-06
Ngày Phát Hành 2023-03-10
Đánh Giá 4.50/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Crosa Apps
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://newtaber.com/
URL Trang Trợ Giúp https://newtaber.com/#contactus
URL Trang Chính Sách Bảo Mật https://newtaber.com/privacy.html
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}