EcoAssist

Changes new tab window to one with environmental information and tips

EcoAssistคืออะไร?

EcoAssist เป็นส่วนขยายของ Chrome ที่พัฒนาโดย EcoAssist Team และคุณลักษณะหลักของมันคือ "Changes new tab window to one with environmental information and tips"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย EcoAssist

ดาวน์โหลดไฟล์ส่วนขยาย 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
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'"
}