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\/*"
    ]
}