START.xyz

Get a Bing Search Results Page Using the Address Bar.

什麼是START.xyz?

START.xyz是由https://start.xyz開發的Chrome擴展程式,該擴展的主要功能是“Get a Bing Search Results Page Using the Address Bar.”。

擴展截圖

screenshot

下載START.xyz擴展crx文件

下載START.xyz擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 START.xyz START.xyz
ID ageplmjnkcjmeoolbjaclpdmknmjpmkk
官方網址 https://chromewebstore.google.com/detail/startxyz/ageplmjnkcjmeoolbjaclpdmknmjpmkk
簡介 Get a Bing Search Results Page Using the Address Bar.
檔案大小 7.33 KB
安裝次數 28,321
目前版本 1.4
更新時間 2022-07-28
上架時間 2022-01-14
評分 5.00/5 共 3 次評分
開發者 https://start.xyz
電子郵箱 [email protected]
付費類型 free
擴展官網 https://start.xyz
說明頁面URL https://start.xyz/support
隱私政策頁面URL https://start.xyz/privacy-policy
支援的語言 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"
    ]
}