EcoAssist

Changes new tab window to one with environmental information and tips

什麼是EcoAssist?

EcoAssist是由EcoAssist Team開發的Chrome擴展程式,該擴展的主要功能是“Changes new tab window to one with environmental information and tips”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載EcoAssist擴展crx文件

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

擴展使用說明

                        EcoAssist will modify your new tab page to give you important information about the environment and small ways to help solve the current environmental crisis.

We’re still in the beta phase so don’t be shy and reach out to us with any feedback! You can find us at [email protected] or through the support page on our website: https://ecoassistextension.wixsite.com/launch/support                    

擴展基本資訊

名稱 EcoAssist EcoAssist
ID cgjfebkepajcbdimffmijgccmaghlbec
官方網址 https://chromewebstore.google.com/detail/ecoassist/cgjfebkepajcbdimffmijgccmaghlbec
簡介 Changes new tab window to one with environmental information and tips
檔案大小 34.91 MB
安裝次數 33
目前版本 0.2.2
更新時間 2021-03-03
上架時間 2021-03-02
評分 5.00/5 共 7 次評分
開發者 EcoAssist Team
電子郵箱 [email protected]
付費類型 free
擴展官網 https://ecoassistextension.wixsite.com/launch
說明頁面URL https://ecoassistextension.wixsite.com/launch/support
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "EcoAssist",
    "version": "0.2.2",
    "description": "Changes new tab window to one with environmental information and tips",
    "manifest_version": 2,
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "icons": {
        "16": "EcoAssist icon (version 2, attempt 4).png",
        "32": "EcoAssist icon (version 2, attempt 4).png",
        "48": "EcoAssist icon (version 2, attempt 4).png",
        "128": "EcoAssist icon (version 2, attempt 4).png"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}