Ecogine.org

Ecogine.org est un moteur de recherche français, éthique et écologique qui finance des associations écologiques

Ecogine.orgคืออะไร?

Ecogine.org เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://ecogine.org และคุณลักษณะหลักของมันคือ "Ecogine.org est un moteur de recherche français, éthique et écologique qui finance des associations écologiques"

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Ecogine.org est un moteur de recherche français, éthique et écologique qui finance des associations qui agissent pour l'environnement grâce aux revenus de la publicité venant de Google.                    

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

ชื่อ Ecogine.org Ecogine.org
ID nlgococipdlochicmkgfnhlgnkbcceen
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/ecogineorg/nlgococipdlochicmkgfnhlgnkbcceen
คำอธิบาย Ecogine.org est un moteur de recherche français, éthique et écologique qui finance des associations écologiques
ขนาดไฟล์ 24.71 KB
จำนวนการติดตั้ง 1,389
เวอร์ชันปัจจุบัน 0.3
อัปเดตครั้งล่าสุด 2018-07-01
วันที่เผยแพร่ 2018-07-01
คะแนน 4.33/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา https://ecogine.org
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Ecogine.org",
    "short_name": "Ecogine",
    "description": "Ecogine.org est un moteur de recherche fran\u00e7ais, \u00e9thique et \u00e9cologique qui finance des associations \u00e9cologiques",
    "version": "0.3",
    "browser_action": {
        "default_icon": "images\/favicon_32.png",
        "default_popup": "popup.html"
    },
    "chrome_settings_overrides": {
        "homepage": "https:\/\/ecogine.org",
        "search_provider": {
            "encoding": "UTF-8",
            "favicon_url": "https:\/\/ecogine.org\/favicon.ico",
            "is_default": true,
            "keyword": "ecogine",
            "name": "Ecogine",
            "search_url": "https:\/\/ecogine.org\/?q={searchTerms}"
        },
        "homepage_url": "https:\/\/ecogine.org",
        "startup_pages": [
            "https:\/\/ecogine.org"
        ]
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "icons": {
        "128": "images\/favicon.png",
        "16": "images\/favicon_16.png",
        "32": "images\/favicon_32.png",
        "48": "images\/favicon_48.png"
    },
    "manifest_version": 2
}