Transportation Costs

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

Hvad er Transportation Costs?

Transportation Costs er en Chrome-udvidelse udviklet af http://sites.google.com/site/haroldmartin, og dens hovedfunktion er "Transportation costs, sometimes a lot. See how much in Google Maps.".

Udvidelsesskærmbilleder

screenshot

Download Transportation Costs-udvidelses-CRX-fil

Download Transportation Costs-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn Transportation Costs Transportation Costs
ID ffgbgdlphehhipcfgddngjnphjbobjlb
Officiel URL https://chrome.google.com/webstore/detail/transportation-costs/ffgbgdlphehhipcfgddngjnphjbobjlb
Beskrivelse Transportation costs, sometimes a lot. See how much in Google Maps.
Filstørrelse 14.67 KB
Antal Installationer 38
Nuværende Version 1.4.0
Senest Opdateret 2019-05-04
Udgivelsesdato 2019-05-04
Bedømmelse 2.67/5 Samlet 3 Bedømmelser
Udvikler http://sites.google.com/site/haroldmartin
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
            ]
        }
    ]
}