kilogram pound converter

convert lbs and kg back and forth

Co to jest kilogram pound converter?

kilogram pound converter to rozszerzenie Chrome opracowane przez https://isuccess.com, a jego główną funkcją jest „convert lbs and kg back and forth”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia kilogram pound converter

Pobierz pliki rozszerzeń kilogram pound 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

                        enter in pounds, kilograms or stones and see the corresponding value in pounds, kilograms or stones.                    

Podstawowe informacje o rozszerzeniu

Nazwa kilogram pound converter kilogram pound converter
ID fhjhbecmbfbidgpildjjbmeokcnanodd
Oficjalny URL https://chromewebstore.google.com/detail/kilogram-pound-converter/fhjhbecmbfbidgpildjjbmeokcnanodd
Opis convert lbs and kg back and forth
Rozmiar pliku 39.94 KB
Liczba instalacji 495
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2014-02-05
Data Publikacji 2014-02-05
Ocena 4.50/5 Łącznie 2 Oceny
Deweloper https://isuccess.com
Typ Płatności free
Strona Rozszerzenia http://isuccess.com/convert/kilograms-pounds.html
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "kilogram pound converter",
    "version": "1.0",
    "description": "convert lbs and kg back and forth",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "styles.css"
            ],
            "js": [
                "script.js"
            ]
        }
    ],
    "manifest_version": 2
}