Fuel Cost for Google Maps™

Find out your gas usage before you hit the road with this extension for Google Maps™.

Fuel Cost for Google Maps™คืออะไร?

Fuel Cost for Google Maps™ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Ryan S และคุณลักษณะหลักของมันคือ "Find out your gas usage before you hit the road with this extension for Google Maps™."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Fuel Cost for Google Maps™

ดาวน์โหลดไฟล์ส่วนขยาย Fuel Cost for Google Maps™ ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Fuel Cost calculates the cost of gas per trip based on your vehicle and local gas price. Just select your vehicle in the settings page and let Fuel Cost do the rest!

(Currently in Open Beta. Only available for US & Canada.)

Have a problem or suggestion for the app? Send feedback to [email protected]



Google Maps is a trademark of Google Inc. Use of this trademark is subject to Google Permissions.
Icons made by Google and Freepik from www.flaticon.com

-Privacy Policy-
Route information like start address and end address is sent to our server to heuristically approximate fuel usage. At no point is this information collected or stored in a database of any kind.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Fuel Cost for Google Maps™ Fuel Cost for Google Maps™
ID kjeednpebhfpkojegkfmdlgkokkafocd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/fuel-cost-for-google-maps/kjeednpebhfpkojegkfmdlgkokkafocd
คำอธิบาย Find out your gas usage before you hit the road with this extension for Google Maps™.
ขนาดไฟล์ 926 KB
จำนวนการติดตั้ง 9,182
เวอร์ชันปัจจุบัน 1.5
อัปเดตครั้งล่าสุด 2022-05-28
วันที่เผยแพร่ 2019-03-18
คะแนน 2.32/5 รวมทั้งหมด 31 คะแนน
ผู้พัฒนา Ryan S
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Fuel Cost for Google Maps\u2122",
    "description": "Find out your gas usage before you hit the road with this extension for Google Maps\u2122.",
    "version": "1.5",
    "permissions": [
        "https:\/\/fuelcostmapextension.appspot.com\/*",
        "storage"
    ],
    "background": {
        "scripts": [
            "vendor\/jquery-3.3.1.min.js",
            "script\/background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.google.ca\/maps\/*",
                "https:\/\/www.google.com\/maps\/*"
            ],
            "css": [
                "vendor\/semantic\/menu.css",
                "vendor\/semantic\/item.css",
                "vendor\/semantic\/icon.css",
                "vendor\/semantic\/popup.css",
                "vendor\/semantic\/transition.css",
                "css\/main.css"
            ],
            "js": [
                "vendor\/jquery-3.3.1.min.js",
                "vendor\/handlebars-v4.0.11.js",
                "vendor\/semantic\/popup.js",
                "vendor\/semantic\/transition.js",
                "script\/main.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "html\/*",
        "vendor\/*",
        "themes\/*"
    ],
    "options_ui": {
        "page": "html\/settings.html",
        "chrome_style": false
    },
    "icons": {
        "128": "images\/gas-station-final.png"
    }
}