CO2 checker
This extension will calculate your co2 emissions
ما هو CO2 checker؟
CO2 checker هو إضافة Chrome تم تطويرها بواسطة stephanie.m.hutson، والميزة الرئيسية لها هي "This extension will calculate your co2 emissions".
تحميل ملف CRX للإضافة CO2 checker
قم بتنزيل ملفات الامتداد CO2 checker بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This chrome extension works with google maps to tell you your estimated CO2 emissions for your journey based on the type of vehicle you use and the length of your trip.
معلومات أساسية عن التمديد
الاسم | |
ID | cdkdjcogbiecabbgcmhohfnakbojhopi |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/co2-checker/cdkdjcogbiecabbgcmhohfnakbojhopi |
الوصف | This extension will calculate your co2 emissions |
حجم الملف | 1.07 MB |
عدد التثبيتات | 15 |
النسخة الحالية | 1.0 |
آخر تحديث | 2015-10-25 |
تاريخ النشر | 2015-10-25 |
تقييم | 5.00/5 مجموع تقييمات 2 |
المطور | stephanie.m.hutson |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "CO2 checker", "description": "This extension will calculate your co2 emissions", "version": "1.0", "icons": { "16": "imgs\/logo.svg", "48": "imgs\/logo.svg", "128": "imgs\/logo.svg" }, "content_scripts": [ { "js": [ "jquery.min.js", "calculate.js" ], "css": [ "extension.css" ], "matches": [ "http:\/\/www.google.com\/maps\/*", "https:\/\/www.google.com\/maps\/*", "http:\/\/maps.google.com\/*", "https:\/\/maps.google.com\/*" ] } ], "permissions": [ "activeTab", "pageCapture" ] } |