START.xyz

Get a Bing Search Results Page Using the Address Bar.

START.xyz là gì?

START.xyz là một tiện ích mở rộng Chrome được phát triển bởi https://start.xyz, và tính năng chính của nó là "Get a Bing Search Results Page Using the Address Bar.".

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

screenshot

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

Tải xuống các tệp mở rộng START.xyz 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

                        StartXYZ enhancements for web browsers

By installing the "StartXYZ" custom search engine extension you can easily access our search field from every new tab page you open.

The StartXYZ extension changes your Chrome Default Search Engine to start.xyz.

Required permissions for this extension are:

'search_provider' - This permission is needed to change your Default Search Engine. All searches will be redirected to start.xyz.
'json' - This permission is needed to check if you are already using our extension. If so, we do not offer it to you again.

Uninstallation: To uninstall this extension, simply remove it from Chrome within your Extension Settings.

Our Privacy Policy: https://start.xyz/privacy-policy
Our Terms of Use: https://start.xyz/terms-and-conditions
Support: https://start.xyz/support

You can contact us any time via email: [email protected] or simply fill out our contact form: https://start.xyz/support                    

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

Tên START.xyz START.xyz
ID ageplmjnkcjmeoolbjaclpdmknmjpmkk
URL Chính Thức https://chromewebstore.google.com/detail/startxyz/ageplmjnkcjmeoolbjaclpdmknmjpmkk
Mô tả Get a Bing Search Results Page Using the Address Bar.
Kích Thước Tệp 7.33 KB
Số Lần Cài Đặt 28,321
Phiên Bản Hiện Tại 1.4
Cập Nhật Lần Cuối 2022-07-28
Ngày Phát Hành 2022-01-14
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển https://start.xyz
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://start.xyz
URL Trang Trợ Giúp https://start.xyz/support
URL Trang Chính Sách Bảo Mật https://start.xyz/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "START.xyz",
    "description": "Get a Bing Search Results Page Using the Address Bar.",
    "version": "1.4",
    "chrome_settings_overrides": {
        "search_provider": {
            "encoding": "UTF-8",
            "favicon_url": "https:\/\/start.xyz\/favicon.ico",
            "is_default": true,
            "keyword": "start.xyz",
            "name": "Start",
            "search_url": "https:\/\/start.xyz\/search.php?q={searchTerms}"
        }
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "browser_action": [],
    "web_accessible_resources": [
        "*.json",
        "\/images\/icon16.png"
    ]
}