Transportation Costs
Transportation costs, sometimes a lot. See how much in Google Maps.
What is Transportation Costs?
Transportation Costs is a Chrome extension developed by http://sites.google.com/site/haroldmartin, and its main feature is "Transportation costs, sometimes a lot. See how much in Google Maps.".
Extension Screenshots
Download Transportation Costs Extension CRX File
Download Transportation Costs extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | |
ID | ffgbgdlphehhipcfgddngjnphjbobjlb |
Official URL | https://chrome.google.com/webstore/detail/transportation-costs/ffgbgdlphehhipcfgddngjnphjbobjlb |
Description | Transportation costs, sometimes a lot. See how much in Google Maps. |
File Size | 14.67 KB |
Installation Count | 38 |
Current Version | 1.4.0 |
Last Updated | 2019-05-04 |
Publish Date | 2019-05-04 |
Rating | 2.67/5 Total 3 Ratings |
Developer | http://sites.google.com/site/haroldmartin |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } ] } |