Google Maps Fuel Cost Calculator
Estimates fuel cost of a driving journey in google maps
Google Maps Fuel Cost Calculator là gì?
Google Maps Fuel Cost Calculator là một tiện ích mở rộng Chrome được phát triển bởi edfagedeveloper, và tính năng chính của nó là "Estimates fuel cost of a driving journey in google maps".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Google Maps Fuel Cost Calculator
Tải xuống các tệp mở rộng Google Maps Fuel Cost Calculator dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Pin the extension, click on the extension icon in the toolbar, input your vehicle data, and your fuel costs will appear below driving distances in Google Maps. This extension is still being actively developed, so if you find a bug or want to request a feature please get in touch with me at [email protected].
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Google Maps Fuel Cost Calculator |
ID | konoomjcjjlpneddgfbdimghmhcbhfem |
URL Chính Thức | https://chromewebstore.google.com/detail/google-maps-fuel-cost-cal/konoomjcjjlpneddgfbdimghmhcbhfem |
Mô tả | Estimates fuel cost of a driving journey in google maps |
Kích Thước Tệp | 242 KB |
Số Lần Cài Đặt | 242 |
Phiên Bản Hiện Tại | 0.1.3 |
Cập Nhật Lần Cuối | 2023-12-05 |
Ngày Phát Hành | 2023-11-29 |
Nhà Phát Triển | edfagedeveloper |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Google Maps Fuel Cost Calculator", "version": "0.1.3", "description": "Estimates fuel cost of a driving journey in google maps", "permissions": [ "activeTab", "storage" ], "host_permissions": [ "https:\/\/www.google.com\/maps\/*" ], "content_scripts": [ { "matches": [ "https:\/\/www.google.com\/maps\/*" ], "js": [ "content.js" ] } ], "background": { "service_worker": "service-worker.js" }, "action": { "default_popup": "popup.html" }, "icons": { "128": "128icon.png" } } |