Eco Search

Use Eco Search in the New Tab page.

什麼是Eco Search?

Eco Search是由uepselon開發的Chrome擴展程式,該擴展的主要功能是“Use Eco Search in the New Tab page.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Eco Search擴展crx文件

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

擴展使用說明

                        Search with "Eco Search" and get optimized search suggestions and results. 

This extension adds the eco search box on the New Tab page.

Search results and suggestions are powered by Bing!

By installing Eco Search you will change your New Tab page.

You may remove or disable this extension anytime.

Terms & Conditions: https://www.addonsearch.net/terms.html
Privacy Policy: https://www.addonsearch.net/privacy.html                    

擴展基本資訊

名稱 Eco Search Eco Search
ID dglpocfnfjbehlapidkpceibekhjnabd
官方網址 https://chromewebstore.google.com/detail/eco-search/dglpocfnfjbehlapidkpceibekhjnabd
簡介 Use Eco Search in the New Tab page.
檔案大小 1.84 MB
安裝次數 6,250
目前版本 2.0.1
更新時間 2021-12-23
上架時間 2020-06-10
評分 4.00/5 共 4 次評分
開發者 uepselon
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL https://www.addonsearch.net/privacy.html
支援的語言 de,en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Eco Search",
    "version": "2.0.1",
    "permissions": [],
    "default_locale": "en",
    "chrome_url_overrides": {
        "newtab": "pages\/newtab.html"
    },
    "host_permissions": [
        "*:\/\/*.addonsearch.net\/*",
        "*:\/\/*.bing.com\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "description": "__MSG_description__",
    "action": {
        "default_icon": "img\/64.png"
    },
    "icons": {
        "48": "img\/48.png",
        "64": "img\/64.png",
        "128": "img\/128.png"
    },
    "content_security_policy": []
}