Unit Converter

Easy to use Unit Converter

Что такое Unit Converter?

Unit Converter - это расширение Chrome, разработанное dtuit, и его основная функция - "Easy to use Unit Converter".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения Unit Converter

Скачайте файлы расширений Unit Converter в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        •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                    

Основная информация о расширении

Название Unit Converter Unit Converter
ID igjeajmonjofckmiheidpmebpmdbbiam
Официальный URL https://chromewebstore.google.com/detail/unit-converter/igjeajmonjofckmiheidpmebpmdbbiam
Описание Easy to use Unit Converter
Размер файла 63.2 KB
Количество установок 10,000
Текущая Версия 0.0.0.5
Последнее Обновление 2015-11-30
Дата публикации 2015-11-30
Рейтинг 4.23/5 Всего 70 оценок
Разработчик dtuit
Тип оплаты free
Поддерживаемые языки 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"
    }
}