Ecosia with Google

Adds an unobtrusive link to Ecosia to allow convenient Google searches

Ecosia with Google là gì?

Ecosia with Google là một tiện ích mở rộng Chrome được phát triển bởi jasonandmonte, và tính năng chính của nó là "Adds an unobtrusive link to Ecosia to allow convenient Google searches".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Ecosia with Google

Tải xuống các tệp mở rộng Ecosia with Google dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Ecosia with Google Ecosia with Google
ID iaphojdaojmefjckmnghkimeockogoei
URL Chính Thức https://chromewebstore.google.com/detail/ecosia-with-google/iaphojdaojmefjckmnghkimeockogoei
Mô tả Adds an unobtrusive link to Ecosia to allow convenient Google searches
Kích Thước Tệp 103 KB
Số Lần Cài Đặt 1,009
Phiên Bản Hiện Tại 2.0.1
Cập Nhật Lần Cuối 2024-02-07
Ngày Phát Hành 2020-06-28
Đánh Giá 4.38/5 Tổng số 13 Đánh Giá
Nhà Phát Triển jasonandmonte
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://jasonandmonte.github.io/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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\/*"
            ]
        }
    ]
}