GreenIT-Analysis

GreenIT-Analysis

GreenIT-Analysis란 무엇입니까?

GreenIT-Analysis은(는) didierfred에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "GreenIT-Analysis"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

GreenIT-Analysis 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        The extension allows:
- to measure the ecoIndex of a web site as defined by the ecoindex web site http://www.ecoindex.fr/quest-ce-que-ecoindex/
- to verify the application of web eco-design best practices defined by the "Collectif numérique responsable": https://collectif.greenit.fr/ecoconception-web/

More information on https://github.com/cnumr/GreenIT-Analysis

The extension needs the following permissions:
    
    activeTab: permission used to access the current tab and allow the analysis of the web page content
    : permission used to access urls for analysis
    browsingData: permission used for the clean browser cache feature.
    tabs: permission used to display the analysis history in a specific tab                    

확장 프로그램 기본 정보

이름 GreenIT-Analysis GreenIT-Analysis
ID mofbfhffeklkbebfclfaiifefjflcpad
공식 URL https://chromewebstore.google.com/detail/greenit-analysis/mofbfhffeklkbebfclfaiifefjflcpad
설명 GreenIT-Analysis
파일 크기 270 KB
설치 횟수 20,000
현재 버전 3.1.3
최근 업데이트 2023-10-09
출시 날짜 2020-01-06
평점 5.00/5 총 8 개의 평점
개발자 didierfred
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/cnumr/GreenIT-Analysis
도움말 페이지 URL https://github.com/cnumr/GreenIT-Analysis
지원되는 언어 en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "GreenIT-Analysis",
    "manifest_version": 3,
    "name": "GreenIT-Analysis",
    "version": "3.1.3",
    "homepage_url": "https:\/\/github.com\/didierfred\/GreenIT-Analysis",
    "icons": {
        "48": "icons\/logo-48.png"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "browsingData",
        "scripting"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "devtools_page": "GreenIT-Analysis.html",
    "action": {
        "default_icon": "icons\/logo-48.png",
        "default_title": "GreenIT-Analysis",
        "default_popup": "menu.html"
    },
    "default_locale": "en"
}