eCO2logy
Surfer écolo, est-ce possible ?
Cos'è eCO2logy?
eCO2logy è un'estensione di Chrome sviluppata da co2monamournot, e la sua funzione principale è "Surfer écolo, est-ce possible ?".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione eCO2logy
Scarica i file di estensione eCO2logy in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | |
ID | injkhbadkipaflldkehemjglmgdnfdoj |
URL Ufficiale | https://chrome.google.com/webstore/detail/eco2logy/injkhbadkipaflldkehemjglmgdnfdoj |
Descrizione | Surfer écolo, est-ce possible ? |
Dimensione del File | 464 KB |
Conteggio Installazioni | 288 |
Versione Corrente | 0.1.1 |
Ultimo Aggiornamento | 2016-11-22 |
Data di Pubblicazione | 2016-11-22 |
Valutazione | 4.67/5 Totale 12 Valutazioni |
Sviluppatore | co2monamournot |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } ] } |