Transportation Costs
Transportation costs, sometimes a lot. See how much in Google Maps.
Cos'è Transportation Costs?
Transportation Costs è un'estensione di Chrome sviluppata da http://sites.google.com/site/haroldmartin, e la sua funzione principale è "Transportation costs, sometimes a lot. See how much in Google Maps.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Transportation Costs
Scarica i file di estensione Transportation Costs in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | |
ID | ffgbgdlphehhipcfgddngjnphjbobjlb |
URL Ufficiale | https://chrome.google.com/webstore/detail/transportation-costs/ffgbgdlphehhipcfgddngjnphjbobjlb |
Descrizione | Transportation costs, sometimes a lot. See how much in Google Maps. |
Dimensione del File | 14.67 KB |
Conteggio Installazioni | 38 |
Versione Corrente | 1.4.0 |
Ultimo Aggiornamento | 2019-05-04 |
Data di Pubblicazione | 2019-05-04 |
Valutazione | 2.67/5 Totale 3 Valutazioni |
Sviluppatore | http://sites.google.com/site/haroldmartin |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } ] } |