EcoIndex.fr

Récupérer facilement les analyses Ecoindex faites sur une page grace au moteur ecoindex.fr

EcoIndex.frคืออะไร?

EcoIndex.fr เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Vincent Vatelot และคุณลักษณะหลักของมันคือ "Récupérer facilement les analyses Ecoindex faites sur une page grace au moteur ecoindex.fr"

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

screenshot

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

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

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

                        Cette extension permet d'afficher en un clic les résultats déjà existants dans la base ecoindex pour une page donnée. Si des résultats existent pour le site visité, ils seront aussi affichés                    

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

ชื่อ EcoIndex.fr EcoIndex.fr
ID apeadjelacokohnkfclnhjlihklpclmp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/ecoindexfr/apeadjelacokohnkfclnhjlihklpclmp
คำอธิบาย Récupérer facilement les analyses Ecoindex faites sur une page grace au moteur ecoindex.fr
ขนาดไฟล์ 34.73 KB
จำนวนการติดตั้ง 1,060
เวอร์ชันปัจจุบัน 2.7.0
อัปเดตครั้งล่าสุด 2023-03-16
วันที่เผยแพร่ 2022-12-27
ผู้พัฒนา Vincent Vatelot
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.ecoindex.fr
URL หน้าช่วยเหลือ https://github.com/vvatelot/ecoindex-browser-plugin
ภาษาที่รองรับ fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.7.0",
    "manifest_version": 3,
    "homepage_url": "https:\/\/www.ecoindex.fr",
    "name": "EcoIndex.fr",
    "description": "R\u00e9cup\u00e9rer facilement les analyses Ecoindex faites sur une page grace au moteur ecoindex.fr",
    "icons": {
        "144": "images\/ic_launcher.png"
    },
    "action": {
        "default_icon": "images\/ic_launcher.png",
        "default_title": "Ecoindex",
        "default_popup": "popup\/popup.html"
    },
    "background": {
        "service_worker": "background\/background.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "common.js"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "storage",
        "tabs"
    ],
    "host_permissions": [
        "https:\/\/bff.ecoindex.fr\/*"
    ]
}