GreenIT-Analysis
GreenIT-Analysis
GreenIT-Analysis क्या है?
GreenIT-Analysis didierfred द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "GreenIT-Analysis"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में GreenIT-Analysis एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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" } |