Unit Converter
Easy to use Unit Converter
Co to jest Unit Converter?
Unit Converter to rozszerzenie Chrome opracowane przez dtuit, a jego główną funkcją jest „Easy to use Unit Converter”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Unit Converter
Pobierz pliki rozszerzeń Unit Converter 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
•Unit converter will convert your units quick and simple. •Choose your preferred category and units on the options page. •Currently supports many common units in the categories of Temperature, Length, Mass, Speed, Volume, Area, Fuel consumption, Time and Digital Storage, [NEW] Added categories Energy, Power, Force, Electric Current. [NEW] Supports Fractional Inputs More categories and units to come. source code available on github: https://github.com/dtuit/UnitConverter-ChromeExt
Podstawowe informacje o rozszerzeniu
Nazwa | Unit Converter |
ID | igjeajmonjofckmiheidpmebpmdbbiam |
Oficjalny URL | https://chromewebstore.google.com/detail/unit-converter/igjeajmonjofckmiheidpmebpmdbbiam |
Opis | Easy to use Unit Converter |
Rozmiar pliku | 63.2 KB |
Liczba instalacji | 10,000 |
Aktualna Wersja | 0.0.0.5 |
Ostatnia Aktualizacja | 2015-11-30 |
Data Publikacji | 2015-11-30 |
Ocena | 4.23/5 Łącznie 70 Oceny |
Deweloper | dtuit |
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": "Unit Converter", "description": "Easy to use Unit Converter", "version": "0.0.0.5", "icons": { "16": "icons\/Units-icon24.png", "48": "icons\/Units-icon48.png", "128": "icons\/Units-icon128.png" }, "options_page": "options.html", "browser_action": { "default_icon": "icons\/Units-icon48.png", "default_popup": "unitConverter.html" } } |