GreenIT-Analysis
GreenIT-Analysis
什麼是GreenIT-Analysis?
GreenIT-Analysis是由didierfred開發的Chrome擴展程式,該擴展的主要功能是“GreenIT-Analysis”。
擴展截圖
下載GreenIT-Analysis擴展crx文件
下載GreenIT-Analysis擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 擴展基本資訊
| 名稱 | |
| ID | mofbfhffeklkbebfclfaiifefjflcpad |
| 官方網址 | 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"
} | |