EasyConvert
Converts units in page automatically
Co to jest EasyConvert?
EasyConvert to rozszerzenie Chrome opracowane przez deanvh1, a jego główną funkcją jest „Converts units in page automatically”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia EasyConvert
Pobierz pliki rozszerzeń EasyConvert 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 units directly in your page! No need to waste time searching for conversions or to convert each measurement one-by-one. This extension is in development and currently supports converting the following: -kilograms to pounds -kilometers to miles -meters to feet -Celsius to Fahrenheit
Podstawowe informacje o rozszerzeniu
Nazwa | EasyConvert |
ID | ajpcobkenlncoifnbhfilognklogkolj |
Oficjalny URL | https://chromewebstore.google.com/detail/easyconvert/ajpcobkenlncoifnbhfilognklogkolj |
Opis | Converts units in page automatically |
Rozmiar pliku | 27.75 KB |
Liczba instalacji | 74 |
Aktualna Wersja | 1.1.2 |
Ostatnia Aktualizacja | 2018-10-05 |
Data Publikacji | 2018-10-05 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | deanvh1 |
Typ Płatności | free |
Obsługiwane Języki | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "js": [ "content_script.js" ], "matches": [ "*:\/\/*\/*" ], "run_at": "document_end" } ], "description": "Converts units in page automatically", "manifest_version": 2, "name": "EasyConvert", "version": "1.1.2", "browser_action": { "default_icon": "convert.png", "default_title": "EasyConvert!", "default_popup": "popup.html" } } |