GreenIT-Analysis
GreenIT-Analysis
GreenIT-Analysisคืออะไร?
GreenIT-Analysis เป็นส่วนขยายของ Chrome ที่พัฒนาโดย didierfred และคุณลักษณะหลักของมันคือ "GreenIT-Analysis"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย GreenIT-Analysis
ดาวน์โหลดไฟล์ส่วนขยาย 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
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | 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" } |