GreenIT-Analysis
GreenIT-Analysis
GreenIT-Analysis là gì?
GreenIT-Analysis là một tiện ích mở rộng Chrome được phát triển bởi didierfred, và tính năng chính của nó là "GreenIT-Analysis".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng GreenIT-Analysis
Tải xuống các tệp mở rộng GreenIT-Analysis dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | GreenIT-Analysis |
ID | mofbfhffeklkbebfclfaiifefjflcpad |
URL Chính Thức | https://chromewebstore.google.com/detail/greenit-analysis/mofbfhffeklkbebfclfaiifefjflcpad |
Mô tả | GreenIT-Analysis |
Kích Thước Tệp | 270 KB |
Số Lần Cài Đặt | 20,000 |
Phiên Bản Hiện Tại | 3.1.3 |
Cập Nhật Lần Cuối | 2023-10-09 |
Ngày Phát Hành | 2020-01-06 |
Đánh Giá | 5.00/5 Tổng số 8 Đánh Giá |
Nhà Phát Triển | didierfred |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/cnumr/GreenIT-Analysis |
URL Trang Trợ Giúp | https://github.com/cnumr/GreenIT-Analysis |
Ngôn Ngữ Được Hỗ Trợ | 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" } |