Transportation Costs

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

Apa itu Transportation Costs?

Transportation Costs adalah ekstensi Chrome yang dikembangkan oleh http://sites.google.com/site/haroldmartin, dan fitur utamanya adalah "Transportation costs, sometimes a lot. See how much in Google Maps.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Transportation Costs

Unduh file ekstensi Transportation Costs dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Transportation Costs Transportation Costs
ID ffgbgdlphehhipcfgddngjnphjbobjlb
URL Resmi https://chrome.google.com/webstore/detail/transportation-costs/ffgbgdlphehhipcfgddngjnphjbobjlb
Deskripsi Transportation costs, sometimes a lot. See how much in Google Maps.
Ukuran File 14.67 KB
Jumlah Instalasi 38
Versi Saat Ini 1.4.0
Terakhir Diperbarui 2019-05-04
Tanggal Publikasi 2019-05-04
Penilaian 2.67/5 Total 3 Penilaian
Pengembang http://sites.google.com/site/haroldmartin
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
            ]
        }
    ]
}