Simple Weight Converter - Pound and Kilogram

Enter numbers to convert to lb or kg

Co to jest Simple Weight Converter - Pound and Kilogram?

Simple Weight Converter - Pound and Kilogram to rozszerzenie Chrome opracowane przez Steven Childrey, a jego główną funkcją jest „Enter numbers to convert to lb or kg”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Simple Weight Converter - Pound and Kilogram

Pobierz pliki rozszerzeń Simple Weight Converter - Pound and Kilogram 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 extension allows you you to quickly and easily convert from pounds to kilograms and vice versa. As you are entering numbers, the other unit type will automatically update with the correct conversion.                    

Podstawowe informacje o rozszerzeniu

Nazwa Simple Weight Converter - Pound and Kilogram Simple Weight Converter - Pound and Kilogram
ID lihkjpmkolenlpmecejhbkdmcfhbaogf
Oficjalny URL https://chromewebstore.google.com/detail/simple-weight-converter-p/lihkjpmkolenlpmecejhbkdmcfhbaogf
Opis Enter numbers to convert to lb or kg
Rozmiar pliku 28.49 KB
Liczba instalacji 734
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2016-11-03
Data Publikacji 2016-11-02
Ocena 5.00/5 Łącznie 5 Oceny
Deweloper Steven Childrey
Typ Płatności free
Obsługiwane Języki en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Simple Weight Converter - Pound and Kilogram",
    "description": "Enter numbers to convert to lb or kg",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Pound <-> Kilogram Convesion"
    },
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "64": "icon64.png"
    }
}