CO2 checker
This extension will calculate your co2 emissions
Co to jest CO2 checker?
CO2 checker to rozszerzenie Chrome opracowane przez stephanie.m.hutson, a jego główną funkcją jest „This extension will calculate your co2 emissions”.
Pobierz plik CRX rozszerzenia CO2 checker
Pobierz pliki rozszerzeń CO2 checker 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
This chrome extension works with google maps to tell you your estimated CO2 emissions for your journey based on the type of vehicle you use and the length of your trip.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | cdkdjcogbiecabbgcmhohfnakbojhopi |
Oficjalny URL | https://chrome.google.com/webstore/detail/co2-checker/cdkdjcogbiecabbgcmhohfnakbojhopi |
Opis | This extension will calculate your co2 emissions |
Rozmiar pliku | 1.07 MB |
Liczba instalacji | 15 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2015-10-25 |
Data Publikacji | 2015-10-25 |
Ocena | 5.00/5 Łącznie 2 Oceny |
Deweloper | stephanie.m.hutson |
Typ Płatności | free |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "CO2 checker", "description": "This extension will calculate your co2 emissions", "version": "1.0", "icons": { "16": "imgs\/logo.svg", "48": "imgs\/logo.svg", "128": "imgs\/logo.svg" }, "content_scripts": [ { "js": [ "jquery.min.js", "calculate.js" ], "css": [ "extension.css" ], "matches": [ "http:\/\/www.google.com\/maps\/*", "https:\/\/www.google.com\/maps\/*", "http:\/\/maps.google.com\/*", "https:\/\/maps.google.com\/*" ] } ], "permissions": [ "activeTab", "pageCapture" ] } |