Transportation Costs
Transportation costs, sometimes a lot. See how much in Google Maps.
什么是Transportation Costs?
Transportation Costs是由http://sites.google.com/site/haroldmartin开发的Chrome扩展程序,该扩展的主要功能是“Transportation costs, sometimes a lot. See how much in Google Maps.”。
扩展截图
下载Transportation Costs扩展crx文件
下载Transportation Costs扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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
扩展基本信息
名称 | |
ID | ffgbgdlphehhipcfgddngjnphjbobjlb |
官方URL | https://chrome.google.com/webstore/detail/transportation-costs/ffgbgdlphehhipcfgddngjnphjbobjlb |
简介 | Transportation costs, sometimes a lot. See how much in Google Maps. |
文件大小 | 14.67 KB |
安装次数 | 38 |
当前版本 | 1.4.0 |
更新时间 | 2019-05-04 |
上架时间 | 2019-05-04 |
评分 | 2.67/5 共3次评分 |
开发者 | http://sites.google.com/site/haroldmartin |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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" ] } ] } |