Automatic imperial to metric convertion BETA
Automatically convert imperial units to metric units on all websites
Co to jest Automatic imperial to metric convertion BETA?
Automatic imperial to metric convertion BETA to rozszerzenie Chrome opracowane przez esprimo, a jego główną funkcją jest „Automatically convert imperial units to metric units on all websites”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Automatic imperial to metric convertion BETA
Pobierz pliki rozszerzeń Automatic imperial to metric convertion BETA 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
Automatically convert imperial units to metric units on all websites. Example of how a conversion would look: "It's 12 miles to the library" would be converted to: "It's 12 miles (19.31km) to the library" No tracking. Plugin in beta, code at: https://github.com/esprimo/imperial-to-metric-chrome-extension
Podstawowe informacje o rozszerzeniu
Nazwa | Automatic imperial to metric convertion BETA |
ID | ggidgjeiboeedjjabheimgdkolnpaoik |
Oficjalny URL | https://chromewebstore.google.com/detail/automatic-imperial-to-met/ggidgjeiboeedjjabheimgdkolnpaoik |
Opis | Automatically convert imperial units to metric units on all websites |
Rozmiar pliku | 11.41 KB |
Liczba instalacji | 393 |
Aktualna Wersja | 0.2.1 |
Ostatnia Aktualizacja | 2015-12-29 |
Data Publikacji | 2015-12-29 |
Ocena | 2.94/5 Łącznie 18 Oceny |
Deweloper | esprimo |
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": "Automatic imperial to metric convertion BETA", "version": "0.2.1", "description": "Automatically convert imperial units to metric units on all websites", "icons": { "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content_script.js" ], "run_at": "document_end" } ] } |