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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 URL 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'"
}