Fuel Cost Calculator

Adds fuel cost to Google Maps when you plan a journey.

Co to jest Fuel Cost Calculator?

Fuel Cost Calculator to rozszerzenie Chrome opracowane przez Fuel Cost Calc, a jego główną funkcją jest „Adds fuel cost to Google Maps when you plan a journey.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Fuel Cost Calculator

Pobierz pliki rozszerzeń Fuel Cost Calculator w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        Ever thought "How much will this journey cost me exactly"? Install this free extension and find out!

Adds fuel cost to Google Maps when you plan a journey.

Enter your Vehicle MPG (Miles Per Gallon) and cost of fuel per liter, and get a total fuel cost for your journey.

Please send feedback to [email protected].

This is alpha software, please report bugs instead of leaving bad reviews, thanks!                    

Podstawowe informacje o rozszerzeniu

Nazwa Fuel Cost Calculator Fuel Cost Calculator
ID dnfpooaobokpdfndnhcbegdocljdghcc
Oficjalny URL https://chromewebstore.google.com/detail/fuel-cost-calculator/dnfpooaobokpdfndnhcbegdocljdghcc
Opis Adds fuel cost to Google Maps when you plan a journey.
Rozmiar pliku 335 KB
Liczba instalacji 1,131
Aktualna Wersja 0.2
Ostatnia Aktualizacja 2021-12-04
Data Publikacji 2017-11-07
Ocena 2.95/5 Łącznie 19 Oceny
Deweloper Fuel Cost Calc
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia http://madebyenzo.com/
Obsługiwane Języki en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Fuel Cost Calculator",
    "description": "Adds fuel cost to Google Maps when you plan a journey.",
    "version": "0.2",
    "permissions": [
        "storage"
    ],
    "web_accessible_resources": [
        "options.html"
    ],
    "options_page": "options.html",
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.google.com\/maps*",
                "https:\/\/www.google.co.uk\/maps*",
                "https:\/\/www.google.ac\/maps*",
                "https:\/\/www.google.ad\/maps*",
                "https:\/\/www.google.ae\/maps*",
                "https:\/\/www.google.com.af\/maps*",
                "https:\/\/www.google.com.ag\/maps*",
                "https:\/\/www.google.com.ai\/maps*",
                "https:\/\/www.google.al\/maps*",
                "https:\/\/www.google.am\/maps*",
                "https:\/\/www.google.co.ao\/maps*",
                "https:\/\/www.google.com.ar\/maps*",
                "https:\/\/www.google.as\/maps*",
                "https:\/\/www.google.at\/maps*",
                "https:\/\/www.google.com.au\/maps*",
                "https:\/\/www.google.az\/maps*",
                "https:\/\/www.google.ba\/maps*",
                "https:\/\/www.google.com.bd\/maps*",
                "https:\/\/www.google.be\/maps*",
                "https:\/\/www.google.bf\/maps*",
                "https:\/\/www.google.bg\/maps*",
                "https:\/\/www.google.com.bh\/maps*",
                "https:\/\/www.google.bi\/maps*",
                "https:\/\/www.google.bj\/maps*",
                "https:\/\/www.google.com.bn\/maps*",
                "https:\/\/www.google.com.bo\/maps*",
                "https:\/\/www.google.com.br\/maps*",
                "https:\/\/www.google.bs\/maps*",
                "https:\/\/www.google.bt\/maps*",
                "https:\/\/www.google.co.bw\/maps*",
                "https:\/\/www.google.by\/maps*",
                "https:\/\/www.google.com.bz\/maps*",
                "https:\/\/www.google.ca\/maps*",
                "https:\/\/www.google.com.kh\/maps*",
                "https:\/\/www.google.cc\/maps*",
                "https:\/\/www.google.cd\/maps*",
                "https:\/\/www.google.cf\/maps*",
                "https:\/\/www.google.cat\/maps*",
                "https:\/\/www.google.cg\/maps*",
                "https:\/\/www.google.ch\/maps*",
                "https:\/\/www.google.ci\/maps*",
                "https:\/\/www.google.co.ck\/maps*",
                "https:\/\/www.google.cl\/maps*",
                "https:\/\/www.google.cm\/maps*",
                "https:\/\/www.google.cn\/maps*",
                "https:\/\/www.google.com.co\/maps*",
                "https:\/\/www.google.co.cr\/maps*",
                "https:\/\/www.google.com.cu\/maps*",
                "https:\/\/www.google.cv\/maps*",
                "https:\/\/www.google.com.cy\/maps*",
                "https:\/\/www.google.cz\/maps*",
                "https:\/\/www.google.de\/maps*",
                "https:\/\/www.google.dj\/maps*",
                "https:\/\/www.google.dk\/maps*",
                "https:\/\/www.google.dm\/maps*",
                "https:\/\/www.google.com.do\/maps*",
                "https:\/\/www.google.dz\/maps*",
                "https:\/\/www.google.com.ec\/maps*",
                "https:\/\/www.google.ee\/maps*",
                "https:\/\/www.google.com.eg\/maps*",
                "https:\/\/www.google.es\/maps*",
                "https:\/\/www.google.com.et\/maps*",
                "https:\/\/www.google.fi\/maps*",
                "https:\/\/www.google.com.fj\/maps*",
                "https:\/\/www.google.fm\/maps*",
                "https:\/\/www.google.fr\/maps*",
                "https:\/\/www.google.ga\/maps*",
                "https:\/\/www.google.ge\/maps*",
                "https:\/\/www.google.gf\/maps*",
                "https:\/\/www.google.gg\/maps*",
                "https:\/\/www.google.com.gh\/maps*",
                "https:\/\/www.google.com.gi\/maps*",
                "https:\/\/www.google.gl\/maps*",
                "https:\/\/www.google.gm\/maps*",
                "https:\/\/www.google.gp\/maps*",
                "https:\/\/www.google.gr\/maps*",
                "https:\/\/www.google.com.gt\/maps*",
                "https:\/\/www.google.gy\/maps*",
                "https:\/\/www.google.com.hk\/maps*",
                "https:\/\/www.google.hn\/maps*",
                "https:\/\/www.google.hr\/maps*",
                "https:\/\/www.google.ht\/maps*",
                "https:\/\/www.google.hu\/maps*",
                "https:\/\/www.google.co.id\/maps*",
                "https:\/\/www.google.iq\/maps*",
                "https:\/\/www.google.ie\/maps*",
                "https:\/\/www.google.co.il\/maps*",
                "https:\/\/www.google.im\/maps*",
                "https:\/\/www.google.co.in\/maps*",
                "https:\/\/www.google.io\/maps*",
                "https:\/\/www.google.is\/maps*",
                "https:\/\/www.google.it\/maps*",
                "https:\/\/www.google.je\/maps*",
                "https:\/\/www.google.com.jm\/maps*",
                "https:\/\/www.google.jo\/maps*",
                "https:\/\/www.google.co.jp\/maps*",
                "https:\/\/www.google.co.ke\/maps*",
                "https:\/\/www.google.ki\/maps*",
                "https:\/\/www.google.kg\/maps*",
                "https:\/\/www.google.co.kr\/maps*",
                "https:\/\/www.google.com.kw\/maps*",
                "https:\/\/www.google.kz\/maps*",
                "https:\/\/www.google.la\/maps*",
                "https:\/\/www.google.com.lb\/maps*",
                "https:\/\/www.google.com.lc\/maps*",
                "https:\/\/www.google.li\/maps*",
                "https:\/\/www.google.lk\/maps*",
                "https:\/\/www.google.co.ls\/maps*",
                "https:\/\/www.google.lt\/maps*",
                "https:\/\/www.google.lu\/maps*",
                "https:\/\/www.google.lv\/maps*",
                "https:\/\/www.google.com.ly\/maps*",
                "https:\/\/www.google.co.ma\/maps*",
                "https:\/\/www.google.md\/maps*",
                "https:\/\/www.google.me\/maps*",
                "https:\/\/www.google.mg\/maps*",
                "https:\/\/www.google.mk\/maps*",
                "https:\/\/www.google.ml\/maps*",
                "https:\/\/www.google.com.mm\/maps*",
                "https:\/\/www.google.mn\/maps*",
                "https:\/\/www.google.ms\/maps*",
                "https:\/\/www.google.com.mt\/maps*",
                "https:\/\/www.google.mu\/maps*",
                "https:\/\/www.google.mv\/maps*",
                "https:\/\/www.google.mw\/maps*",
                "https:\/\/www.google.com.mx\/maps*",
                "https:\/\/www.google.com.my\/maps*",
                "https:\/\/www.google.co.mz\/maps*",
                "https:\/\/www.google.com.na\/maps*",
                "https:\/\/www.google.ne\/maps*",
                "https:\/\/www.google.com.nf\/maps*",
                "https:\/\/www.google.com.ng\/maps*",
                "https:\/\/www.google.com.ni\/maps*",
                "https:\/\/www.google.nl\/maps*",
                "https:\/\/www.google.no\/maps*",
                "https:\/\/www.google.com.np\/maps*",
                "https:\/\/www.google.nr\/maps*",
                "https:\/\/www.google.nu\/maps*",
                "https:\/\/www.google.co.nz\/maps*",
                "https:\/\/www.google.com.om\/maps*",
                "https:\/\/www.google.com.pk\/maps*",
                "https:\/\/www.google.com.pa\/maps*",
                "https:\/\/www.google.com.pe\/maps*",
                "https:\/\/www.google.com.ph\/maps*",
                "https:\/\/www.google.pl\/maps*",
                "https:\/\/www.google.com.pg\/maps*",
                "https:\/\/www.google.pn\/maps*",
                "https:\/\/www.google.co.pn\/maps*",
                "https:\/\/www.google.com.pr\/maps*",
                "https:\/\/www.google.ps\/maps*",
                "https:\/\/www.google.pt\/maps*",
                "https:\/\/www.google.com.py\/maps*",
                "https:\/\/www.google.com.qa\/maps*",
                "https:\/\/www.google.ro\/maps*",
                "https:\/\/www.google.rs\/maps*",
                "https:\/\/www.google.ru\/maps*",
                "https:\/\/www.google.rw\/maps*",
                "https:\/\/www.google.com.sa\/maps*",
                "https:\/\/www.google.com.sb\/maps*",
                "https:\/\/www.google.sc\/maps*",
                "https:\/\/www.google.se\/maps*",
                "https:\/\/www.google.com.sg\/maps*",
                "https:\/\/www.google.sh\/maps*",
                "https:\/\/www.google.si\/maps*",
                "https:\/\/www.google.sk\/maps*",
                "https:\/\/www.google.com.sl\/maps*",
                "https:\/\/www.google.sn\/maps*",
                "https:\/\/www.google.sm\/maps*",
                "https:\/\/www.google.so\/maps*",
                "https:\/\/www.google.st\/maps*",
                "https:\/\/www.google.sr\/maps*",
                "https:\/\/www.google.com.sv\/maps*",
                "https:\/\/www.google.td\/maps*",
                "https:\/\/www.google.tg\/maps*",
                "https:\/\/www.google.co.th\/maps*",
                "https:\/\/www.google.com.tj\/maps*",
                "https:\/\/www.google.tk\/maps*",
                "https:\/\/www.google.tl\/maps*",
                "https:\/\/www.google.tm\/maps*",
                "https:\/\/www.google.to\/maps*",
                "https:\/\/www.google.tn\/maps*",
                "https:\/\/www.google.com.tr\/maps*",
                "https:\/\/www.google.tt\/maps*",
                "https:\/\/www.google.com.tw\/maps*",
                "https:\/\/www.google.co.tz\/maps*",
                "https:\/\/www.google.com.ua\/maps*",
                "https:\/\/www.google.co.ug\/maps*",
                "https:\/\/www.google.com\/maps*",
                "https:\/\/www.google.com.uy\/maps*",
                "https:\/\/www.google.co.uz\/maps*",
                "https:\/\/www.google.com.vc\/maps*",
                "https:\/\/www.google.co.ve\/maps*",
                "https:\/\/www.google.vg\/maps*",
                "https:\/\/www.google.co.vi\/maps*",
                "https:\/\/www.google.com.vn\/maps*",
                "https:\/\/www.google.vu\/maps*",
                "https:\/\/www.google.ws\/maps*",
                "https:\/\/www.google.co.za\/maps*",
                "https:\/\/www.google.co.zm\/maps*",
                "https:\/\/www.google.co.zw\/maps*"
            ],
            "css": [
                "style.css"
            ],
            "js": [
                "jquery-2.1.4.min.js",
                "js\/content.js"
            ]
        }
    ]
}