Ecosia with Google

Adds an unobtrusive link to Ecosia to allow convenient Google searches

Ecosia with Googleคืออะไร?

Ecosia with Google เป็นส่วนขยายของ Chrome ที่พัฒนาโดย jasonandmonte และคุณลักษณะหลักของมันคือ "Adds an unobtrusive link to Ecosia to allow convenient Google searches"

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

screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Ecosia with Google ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Continue to use Ecosia as your default search engine and add the option to perform an identical Google search with no hassle.

➤ How it works

After completing a search in Ecosia, simply click the Google button and it will automatically open a new tab and run the search on Google!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Ecosia with Google Ecosia with Google
ID iaphojdaojmefjckmnghkimeockogoei
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/ecosia-with-google/iaphojdaojmefjckmnghkimeockogoei
คำอธิบาย Adds an unobtrusive link to Ecosia to allow convenient Google searches
ขนาดไฟล์ 103 KB
จำนวนการติดตั้ง 1,009
เวอร์ชันปัจจุบัน 2.0.1
อัปเดตครั้งล่าสุด 2024-02-07
วันที่เผยแพร่ 2020-06-28
คะแนน 4.38/5 รวมทั้งหมด 13 คะแนน
ผู้พัฒนา jasonandmonte
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://jasonandmonte.github.io/privacy-policy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Ecosia with Google",
    "manifest_version": 3,
    "author": "jasonandmonte",
    "description": "Adds an unobtrusive link to Ecosia to allow convenient Google searches",
    "version": "2.0.1",
    "permissions": [],
    "icons": {
        "128": "media\/eco-google.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.ecosia.org\/*"
            ],
            "run_at": "document_idle",
            "css": [
                "\/styles\/page.css"
            ],
            "js": [
                "content\/ecosia.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "\/assets\/google.png",
                "\/styles\/page.css"
            ],
            "matches": [
                "https:\/\/www.ecosia.org\/*"
            ]
        }
    ]
}