PxtoRem

Convert pixel units to rem

O que é PxtoRem?

PxtoRem é uma extensão do Chrome desenvolvida por https://shash7.com, e sua principal característica é "Convert pixel units to rem".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão PxtoRem

Baixe arquivos de extensão PxtoRem 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

                        Px to rem

A simple calculator to convert pixel values to rem values

Simply open up the popup window and add the pixel sizes you want to convert in the textarea and the list will be automatically updated with the rem versions of those pixel values.

You can also set the base pixel value too.

Best of all, the values are stored locally so whatever changes you make will be there when you open the popup window.

---

Sidenote - I've launched Snapfont, a Chrome plugin to test fonts on any live website. Check it out at getsnapfont.com                    

Informações Básicas da Extensão

Nome PxtoRem PxtoRem
ID ldbemkmafmibhpncgagpegmhbhpolnlp
URL Oficial https://chromewebstore.google.com/detail/pxtorem/ldbemkmafmibhpncgagpegmhbhpolnlp
Descrição Convert pixel units to rem
Tamanho do Arquivo 201 KB
Contagem de Instalações 5,095
Versão Atual 0.0.3
Última Atualização 2020-03-11
Data de Publicação 2020-03-11
Classificação 5.00/5 Total de 8 Avaliações
Desenvolvedor https://shash7.com
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://underlineme.com/privacy-policy
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "PxtoRem",
    "version": "0.0.3",
    "manifest_version": 2,
    "description": "Convert pixel units to rem",
    "icons": {
        "16": "icons\/icon-16.png",
        "128": "icons\/icon-128.png"
    },
    "default_locale": "en",
    "permissions": [
        "storage"
    ],
    "browser_action": {
        "default_icon": {
            "19": "icons\/icon-19.png",
            "38": "icons\/icon-38.png"
        },
        "default_title": "Px to rem",
        "default_popup": "popup.html"
    }
}