PxtoRem

Convert pixel units to rem

Wat is PxtoRem?

PxtoRem is een Chrome-extensie ontwikkeld door https://shash7.com, en de belangrijkste functie is "Convert pixel units to rem".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie PxtoRem

Download PxtoRem-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam PxtoRem PxtoRem
ID ldbemkmafmibhpncgagpegmhbhpolnlp
Officiële URL https://chromewebstore.google.com/detail/pxtorem/ldbemkmafmibhpncgagpegmhbhpolnlp
Beschrijving Convert pixel units to rem
Bestandsgrootte 201 KB
Aantal Installaties 5,095
Huidige Versie 0.0.3
Laatst Bijgewerkt 2020-03-11
Publicatiedatum 2020-03-11
Beoordeling 5.00/5 Totaal 8 Beoordelingen
Ontwikkelaar https://shash7.com
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://underlineme.com/privacy-policy
Ondersteunde Talen 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"
    }
}