Coinup Search
Coinup Search changes your default search engine settings to Coinup.org
什麼是Coinup Search?
Coinup Search是由CoinUP開發的Chrome擴展程式,該擴展的主要功能是“Coinup Search changes your default search engine settings to Coinup.org”。
擴展截圖
下載Coinup Search擴展crx文件
下載Coinup Search擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
                        Required permissions:
'search_provider' - this permission is needed to change your default Search Engine. Your searches will be redirected to Coinup.org
'Json' - this permission is needed to control that you have installed our extension and we do not offer it again if you have already installed it
 By clicking "Add to chrome", I accept and agree to installing the coinup Search extension and setting Chrome™ default search to that provided by the service and the Terms of Use (https://coinup.org/tos.html) and Privacy Policy (https://coinup.org/privacy-policy.html)
Your privacy is important to us, read more about our privacy policy here :
https://coinup.org/privacy-policy.html
Learn more about us : https://coinup.org/info/#service
Contact us : https://coinup.org/privacy-policy.html#contactus                     擴展基本資訊
| 名稱 |   |  
| ID | nmbnhilckoofgdfnelmheooliinmlifj | 
| 官方網址 | https://chromewebstore.google.com/detail/coinup-search/nmbnhilckoofgdfnelmheooliinmlifj | 
| 簡介 | Coinup Search changes your default search engine settings to Coinup.org | 
| 檔案大小 | 21.5 KB | 
| 安裝次數 | 24 | 
| 目前版本 | 1.0.0 | 
| 更新時間 | 2020-04-16 | 
| 上架時間 | 2020-04-14 | 
| 評分 | 5.00/5 共 1 次評分 | 
| 開發者 | CoinUP | 
| 電子郵箱 | [email protected] | 
| 付費類型 | free | 
| 隱私政策頁面URL | https://coinup.org/privacy-policy.html | 
| 支援的語言 | en-US | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Coinup Search",
    "version": "1.0.0",
    "manifest_version": 2,
    "description": "Coinup Search changes your default search engine settings to Coinup.org",
    "icons": {
        "16": "icon16.png",
        "128": "icon128.png"
    },
    "chrome_settings_overrides": {
        "search_provider": {
            "encoding": "UTF-8",
            "favicon_url": "https:\/\/coinup.org\/favicon.ico",
            "is_default": true,
            "keyword": "Coinup",
            "name": "Coinup",
            "search_url": "https:\/\/coinup.org\/search.php?a=6013&q={searchTerms}"
        }
    },
    "web_accessible_resources": [
        "*.json"
    ]
}  |  |