Default Search Tool

Search the web using this useful tool from the address bar.

Default Search Tool là gì?

Default Search Tool là một tiện ích mở rộng Chrome được phát triển bởi https://defaultsearchtool.com, và tính năng chính của nó là "Search the web using this useful tool from the address bar.".

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

screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng Default Search Tool 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

                        Search the web using the Default Search Tool from the address bar.

Get inspired and make your Google Chrome experience better by replacing your browser's search bar or recent searches toolbar with Yahoo! search results.

This extension configures your default search setting to Default Search Tool with results powered by Yahoo!. 

This extension can be uninstalled at any time.

Privacy Policy: https://defaultsearchtool.com/Privacy.html
EULA: https://defaultsearchtool.com/Terms.html                    

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

Tên Default Search Tool Default Search Tool
ID efmlapiifhopliikdcggdflihnhnadcc
URL Chính Thức https://chromewebstore.google.com/detail/default-search-tool/efmlapiifhopliikdcggdflihnhnadcc
Mô tả Search the web using this useful tool from the address bar.
Kích Thước Tệp 713 KB
Số Lần Cài Đặt 8,046
Phiên Bản Hiện Tại 1.0.2
Cập Nhật Lần Cuối 2021-09-30
Ngày Phát Hành 2021-09-16
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://defaultsearchtool.com
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://beta.defaultsearchtool.com/Privacy.html
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "short_name": "Default Search Tool",
    "name": "Default Search Tool",
    "description": "Search the web using this useful tool from the address bar.",
    "version": "1.0.2",
    "background": {
        "scripts": [
            "bg.js"
        ]
    },
    "offline_enabled": false,
    "chrome_settings_overrides": {
        "search_provider": {
            "name": "Default Search Tool",
            "keyword": "kw",
            "search_url": "https:\/\/dash.defaultsearchtool.com\/search?p={searchTerms}",
            "favicon_url": "https:\/\/defaultsearchtool.com\/favicon.ico",
            "suggest_url": "https:\/\/dash.defaultsearchtool.com\/suggest?p={searchTerms}",
            "encoding": "UTF-8",
            "is_default": true
        }
    },
    "icons": {
        "128": "icons\/icon128.png",
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png"
    },
    "permissions": [
        "cookies",
        "https:\/\/*.defaultsearchtool.com\/"
    ],
    "web_accessible_resources": [
        "*.json"
    ]
}