eCO2logy
Surfer écolo, est-ce possible ?
eCO2logy란 무엇입니까?
eCO2logy은(는) co2monamournot에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Surfer écolo, est-ce possible ?"입니다.
확장 프로그램 스크린샷
eCO2logy 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
이메일 | [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" ] } ] } |