eCO2logy
Surfer écolo, est-ce possible ?
ما هو eCO2logy؟
eCO2logy هو إضافة Chrome تم تطويرها بواسطة co2monamournot، والميزة الرئيسية لها هي "Surfer écolo, est-ce possible ?".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة eCO2logy
قم بتنزيل ملفات الامتداد eCO2logy بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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" ] } ] } |