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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة سياسة الخصوصية 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\/*"
            ]
        }
    ]
}