Transportation Costs

Transportation costs, sometimes a lot. See how much in Google Maps.

Transportation Costs là gì?

Transportation Costs là một tiện ích mở rộng Chrome được phát triển bởi http://sites.google.com/site/haroldmartin, và tính năng chính của nó là "Transportation costs, sometimes a lot. See how much in Google Maps.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Transportation Costs

Tải xuống các tệp mở rộng Transportation Costs 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

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Transportation Costs Transportation Costs
ID ffgbgdlphehhipcfgddngjnphjbobjlb
URL Chính Thức https://chrome.google.com/webstore/detail/transportation-costs/ffgbgdlphehhipcfgddngjnphjbobjlb
Mô tả Transportation costs, sometimes a lot. See how much in Google Maps.
Kích Thước Tệp 14.67 KB
Số Lần Cài Đặt 38
Phiên Bản Hiện Tại 1.4.0
Cập Nhật Lần Cuối 2019-05-04
Ngày Phát Hành 2019-05-04
Đánh Giá 2.67/5 Tổng số 3 Đánh Giá
Nhà Phát Triển http://sites.google.com/site/haroldmartin
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}