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

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

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