eCO2logy
Surfer écolo, est-ce possible ?
What is eCO2logy?
eCO2logy is a Chrome extension developed by co2monamournot, and its main feature is "Surfer écolo, est-ce possible ?".
Extension Screenshots
Download eCO2logy Extension CRX File
Download eCO2logy extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Outil permettant de commencer à prendre conscience de l'impact environnemental de notre navigation web, en "équivalent gramme de CO2". Cette extension: - n'enregistre aucune de vos données personnelles - ne communique avec aucun serveur, dans un but de ne pas plus consommer (ce serait un comble !) Si vous désirez apporter votre aide au projet ou pour toute message, veuillez-vous contacter à l'adresse: [email protected] Catégories : pollution, co2, empreinte carbone, web, internet, ecology, écologie, ecolo
Extension Basic Information
Name | |
ID | injkhbadkipaflldkehemjglmgdnfdoj |
Official URL | https://chrome.google.com/webstore/detail/eco2logy/injkhbadkipaflldkehemjglmgdnfdoj |
Description | Surfer écolo, est-ce possible ? |
File Size | 464 KB |
Installation Count | 288 |
Current Version | 0.1.1 |
Last Updated | 2016-11-22 |
Publish Date | 2016-11-22 |
Rating | 4.67/5 Total 12 Ratings |
Developer | co2monamournot |
[email protected] | |
Payment Type | free |
Supported Languages | fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "eCO2logy", "version": "0.1.1", "manifest_version": 2, "description": "Surfer \u00e9colo, est-ce possible ?", "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/co\u2082-mon-amour-not\/injkhbadkipaflldkehemjglmgdnfdoj", "icons": { "16": "icons\/earth1.png", "48": "icons\/earth1.png", "128": "icons\/earth1.png" }, "background": { "page": "src\/bg\/background.html", "persistent": true }, "options_page": "src\/options\/index.html", "browser_action": { "default_icon": "icons\/earth1.png", "default_title": "eCO\u2082logy", "default_popup": "src\/browser_action\/index.html" }, "permissions": [ "storage", "tabs", "contextMenus" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "js\/jquery\/jquery.min.js", "src\/inject\/inject.js" ] } ] } |