Transportation Costs
Transportation costs, sometimes a lot. See how much in Google Maps.
Transportation Costsคืออะไร?
Transportation Costs เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://sites.google.com/site/haroldmartin และคุณลักษณะหลักของมันคือ "Transportation costs, sometimes a lot. See how much in Google Maps."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Transportation Costs
ดาวน์โหลดไฟล์ส่วนขยาย Transportation Costs ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Calculate the gas cost for a given route. * Click to change mpg. * Automatically finds gas cost based on starting address. https://github.com/hbmartin/transportation-costs
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | ffgbgdlphehhipcfgddngjnphjbobjlb |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/transportation-costs/ffgbgdlphehhipcfgddngjnphjbobjlb |
คำอธิบาย | Transportation costs, sometimes a lot. See how much in Google Maps. |
ขนาดไฟล์ | 14.67 KB |
จำนวนการติดตั้ง | 38 |
เวอร์ชันปัจจุบัน | 1.4.0 |
อัปเดตครั้งล่าสุด | 2019-05-04 |
วันที่เผยแพร่ | 2019-05-04 |
คะแนน | 2.67/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | http://sites.google.com/site/haroldmartin |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Transportation Costs", "version": "1.4.0", "description": "Transportation costs, sometimes a lot. See how much in Google Maps.", "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "manifest_version": 2, "permissions": [ "geolocation", "storage", "*:\/\/www.google.com\/maps\/*", "*:\/\/*.gasbuddy.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/www.google.com\/maps\/*" ], "js": [ "main.js" ], "css": [ "main.css" ] } ] } |