PxtoRem

Convert pixel units to rem

Cos'è PxtoRem?

PxtoRem è un'estensione di Chrome sviluppata da https://shash7.com, e la sua funzione principale è "Convert pixel units to rem".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione PxtoRem

Scarica i file di estensione PxtoRem in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome PxtoRem PxtoRem
ID ldbemkmafmibhpncgagpegmhbhpolnlp
URL Ufficiale https://chromewebstore.google.com/detail/pxtorem/ldbemkmafmibhpncgagpegmhbhpolnlp
Descrizione Convert pixel units to rem
Dimensione del File 201 KB
Conteggio Installazioni 5,095
Versione Corrente 0.0.3
Ultimo Aggiornamento 2020-03-11
Data di Pubblicazione 2020-03-11
Valutazione 5.00/5 Totale 8 Valutazioni
Sviluppatore https://shash7.com
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://underlineme.com/privacy-policy
Lingue Supportate 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"
    }
}