WeImpactCarbon Ext
Analyse Internet usage carbon footprint
WeImpactCarbon Ext क्या है?
WeImpactCarbon Ext weimpactcarbon द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Analyse Internet usage carbon footprint"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में WeImpactCarbon Ext एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
WeCarbonImpact was created to facilitate the perception of the carbon footprint of your internet navigation
but also, if you wish, a team / company to compare your statistics between you and your colleagues
RGPD
WeCarbonImpact does not collect any personal data and preserves your anonymity when you register.
Update 0.1.3
Change logo
Resolve Disconnect Bug
Update 0.1.0
Track internet consumption
Visualize the consumption
Show your Group / Team stats एक्सटेंशन की मूल जानकारी
| नाम | |
| ID | mkopigaglldpfgpjiommdoodnabdndhd |
| आधिकारिक URL | https://chromewebstore.google.com/detail/weimpactcarbon-ext/mkopigaglldpfgpjiommdoodnabdndhd |
| विवरण | Analyse Internet usage carbon footprint |
| फ़ाइल का आकार | 32.2 KB |
| स्थापना संख्या | 45 |
| वर्तमान संस्करण | 0.1.5 |
| अंतिम अपडेट | 2023-11-23 |
| प्रकाशन तिथि | 2022-04-25 |
| रेटिंग | 5.00/5 कुल 2 रेटिंग्स |
| डेवलपर | weimpactcarbon |
| ईमेल | [email protected] |
| भुगतान के प्रकार | free |
| गोपनीयता नीति पृष्ठ URL | https://weimpactcarbon-dev.wizardstech.io/cgu |
| समर्थित भाषाएँ | en,fr |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "WeImpactCarbon Ext",
"version": "0.1.5",
"description": "Analyse Internet usage carbon footprint",
"action": {
"default_icon": {
"48": "public\/icons\/icon-48.png",
"128": "public\/icons\/icon-128.png"
},
"default_title": "WeImpactCarbon",
"default_popup": "public\/popups\/popup.html"
},
"default_locale": "en",
"background": {
"service_worker": "src\/background.js",
"type": "module"
},
"permissions": [
"webRequest",
"tabs",
"storage",
"activeTab"
],
"host_permissions": [
"*:\/\/*\/*"
],
"content_scripts": [
{
"matches": [
"https:\/\/weimpactcarbon.wizardstech.io\/\/*"
],
"js": [
"src\/import-detector.js"
],
"run_at": "document_idle"
}
],
"web_accessible_resources": [
{
"resources": [
"chunks\/*-*.js",
"src\/detector.js"
],
"matches": [
"https:\/\/weimpactcarbon.wizardstech.io\/*",
"*:\/\/*\/*"
]
}
]
} | |