eCO2logy
Surfer écolo, est-ce possible ?
eCO2logyとは何ですか?
eCO2logyはco2monamournotによって開発されたChromeの拡張機能で、その主な機能は「Surfer écolo, est-ce possible ?」です。
拡張機能のスクリーンショット
eCO2logy拡張機能のCRXファイルをダウンロード
eCO2logy拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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
拡張機能の基本情報
名前 | |
ID | injkhbadkipaflldkehemjglmgdnfdoj |
公式URL | https://chrome.google.com/webstore/detail/eco2logy/injkhbadkipaflldkehemjglmgdnfdoj |
説明 | Surfer écolo, est-ce possible ? |
ファイルサイズ | 464 KB |
インストール数 | 288 |
現在のバージョン | 0.1.1 |
最終更新日 | 2016-11-22 |
公開日 | 2016-11-22 |
評価 | 4.67/5 合計 12 レビュー |
開発者 | co2monamournot |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | 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" ] } ] } |