Transportation Costs
Transportation costs, sometimes a lot. See how much in Google Maps.
ما هو Transportation Costs؟
Transportation Costs هو إضافة Chrome تم تطويرها بواسطة http://sites.google.com/site/haroldmartin، والميزة الرئيسية لها هي "Transportation costs, sometimes a lot. See how much in Google Maps.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Transportation Costs
قم بتنزيل ملفات الامتداد Transportation Costs بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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" ] } ] } |