PxtoRem

Convert pixel units to rem

PxtoRem क्या है?

PxtoRem https://shash7.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Convert pixel units to rem"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में PxtoRem एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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                    

एक्सटेंशन की मूल जानकारी

नाम PxtoRem PxtoRem
ID ldbemkmafmibhpncgagpegmhbhpolnlp
आधिकारिक URL https://chromewebstore.google.com/detail/pxtorem/ldbemkmafmibhpncgagpegmhbhpolnlp
विवरण Convert pixel units to rem
फ़ाइल का आकार 201 KB
स्थापना संख्या 5,095
वर्तमान संस्करण 0.0.3
अंतिम अपडेट 2020-03-11
प्रकाशन तिथि 2020-03-11
रेटिंग 5.00/5 कुल 8 रेटिंग्स
डेवलपर https://shash7.com
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://underlineme.com/privacy-policy
समर्थित भाषाएँ 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"
    }
}