Best key search

Best key search - The best way to search

什麼是Best key search?

Best key search是由lonemoussemi開發的Chrome擴展程式,該擴展的主要功能是“Best key search - The best way to search”。

擴展截圖

screenshot

下載Best key search擴展crx文件

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

擴展使用說明

                        This extension changes your Chrome's Default Search. Optimized search powered by Google.

Once Installed, if you have a default search option this will be changed to Key Tab which is secure and safe and powered by Google.

Easily find what you are looking for on the internet.                    

擴展基本資訊

名稱 Best key search Best key search
ID gbonpkmlnbmmakpdmmjeclhcmfmigfcj
官方網址 https://chrome.google.com/webstore/detail/best-key-search/gbonpkmlnbmmakpdmmjeclhcmfmigfcj
簡介 Best key search - The best way to search
檔案大小 8.21 KB
安裝次數 1,000
目前版本 1.1.8
更新時間 2021-11-16
上架時間 2021-11-16
開發者 lonemoussemi
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL https://keysearchs.com/pp.php
支援的語言 en-US
manifest.json
{
    "background": {
        "scripts": [
            "bg.js"
        ]
    },
    "chrome_settings_overrides": {
        "search_provider": {
            "alternate_urls": [],
            "encoding": "UTF-8",
            "favicon_url": "https:\/\/www.keysearchs.com\/favicon.ico",
            "is_default": true,
            "keyword": "key",
            "name": "Best key search",
            "search_url": "https:\/\/www.keysearchs.com\/search.php?src=bstkes&type=ds&q={searchTerms}",
            "search_url_post_params": "",
            "suggest_url": "https:\/\/www.keysearchs.com\/suggest.php?q={searchTerms}",
            "suggest_url_post_params": ""
        }
    },
    "permissions": [
        "tabs"
    ],
    "description": "Best key search - The best way to search",
    "icons": {
        "16": "icons\/image16.png",
        "128": "icons\/image128.png"
    },
    "manifest_version": 2,
    "name": "Best key search",
    "short_name": "Key",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.1.8"
}