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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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" ] } |