Simple Weight Converter - Pound and Kilogram

Enter numbers to convert to lb or kg

O que é Simple Weight Converter - Pound and Kilogram?

Simple Weight Converter - Pound and Kilogram é uma extensão do Chrome desenvolvida por Steven Childrey, e sua principal característica é "Enter numbers to convert to lb or kg".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Simple Weight Converter - Pound and Kilogram

Baixe arquivos de extensão Simple Weight Converter - Pound and Kilogram no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Simple Weight Converter - Pound and Kilogram Simple Weight Converter - Pound and Kilogram
ID lihkjpmkolenlpmecejhbkdmcfhbaogf
URL Oficial https://chromewebstore.google.com/detail/simple-weight-converter-p/lihkjpmkolenlpmecejhbkdmcfhbaogf
Descrição Enter numbers to convert to lb or kg
Tamanho do Arquivo 28.49 KB
Contagem de Instalações 734
Versão Atual 1.0
Última Atualização 2016-11-03
Data de Publicação 2016-11-02
Classificação 5.00/5 Total de 5 Avaliações
Desenvolvedor Steven Childrey
Tipo de Pagamento free
Idiomas Suportados 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"
    }
}