Transportation Costs
Transportation costs, sometimes a lot. See how much in Google Maps.
Qu'est-ce que Transportation Costs ?
Transportation Costs est une extension Chrome développée par http://sites.google.com/site/haroldmartin, et sa fonction principale est "Transportation costs, sometimes a lot. See how much in Google Maps.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Transportation Costs
Téléchargez les fichiers d'extension Transportation Costs au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | |
ID | ffgbgdlphehhipcfgddngjnphjbobjlb |
URL Officiel | https://chrome.google.com/webstore/detail/transportation-costs/ffgbgdlphehhipcfgddngjnphjbobjlb |
Description | Transportation costs, sometimes a lot. See how much in Google Maps. |
Taille du Fichier | 14.67 KB |
Nombre d'Installations | 38 |
Version Actuelle | 1.4.0 |
Dernière Mise à Jour | 2019-05-04 |
Date de Publication | 2019-05-04 |
Évaluation | 2.67/5 Total 3 Évaluations |
Développeur | http://sites.google.com/site/haroldmartin |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } ] } |