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 |
Eメール | [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" ] } ] } |