Transportation Costs
Transportation costs, sometimes a lot. See how much in Google Maps.
Wat is Transportation Costs?
Transportation Costs is een Chrome-extensie ontwikkeld door http://sites.google.com/site/haroldmartin, en de belangrijkste functie is "Transportation costs, sometimes a lot. See how much in Google Maps.".
Extensie Screenshots
Download het CRX-bestand van de extensie Transportation Costs
Download Transportation Costs-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | |
ID | ffgbgdlphehhipcfgddngjnphjbobjlb |
Officiële URL | https://chrome.google.com/webstore/detail/transportation-costs/ffgbgdlphehhipcfgddngjnphjbobjlb |
Beschrijving | Transportation costs, sometimes a lot. See how much in Google Maps. |
Bestandsgrootte | 14.67 KB |
Aantal Installaties | 38 |
Huidige Versie | 1.4.0 |
Laatst Bijgewerkt | 2019-05-04 |
Publicatiedatum | 2019-05-04 |
Beoordeling | 2.67/5 Totaal 3 Beoordelingen |
Ontwikkelaar | http://sites.google.com/site/haroldmartin |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } ] } |