PxtoRem

Convert pixel units to rem

What is PxtoRem?

PxtoRem is a Chrome extension developed by https://shash7.com, and its main feature is "Convert pixel units to rem".

Extension Screenshots

screenshot

Download PxtoRem Extension CRX File

Download PxtoRem extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name PxtoRem PxtoRem
ID ldbemkmafmibhpncgagpegmhbhpolnlp
Official URL https://chromewebstore.google.com/detail/pxtorem/ldbemkmafmibhpncgagpegmhbhpolnlp
Description Convert pixel units to rem
File Size 201 KB
Installation Count 5,095
Current Version 0.0.3
Last Updated 2020-03-11
Publish Date 2020-03-11
Rating 5.00/5 Total 8 Ratings
Developer https://shash7.com
Email [email protected]
Payment Type free
Privacy Policy Page URL https://underlineme.com/privacy-policy
Supported Languages 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"
    }
}