px <-> rem converter

Px-rem-converter converts px to rem and rem to px in real time

What is px <-> rem converter?

px <-> rem converter is a Chrome extension developed by programming.mood, and its main feature is "Px-rem-converter converts px to rem and rem to px in real time".

Extension Screenshots

screenshot

Download px <-> rem converter Extension CRX File

Download px <-> rem converter 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 converter is a simple Chrome extension that converts px to rem and rem to px in real time, allowing to copy the converted value to the clipboard.                    

Extension Basic Information

Name px <-> rem converter px <-> rem converter
ID fbccijgkaimaokofilmeiebiocahgllj
Official URL https://chromewebstore.google.com/detail/px-%3C-%3E-rem-converter/fbccijgkaimaokofilmeiebiocahgllj
Description Px-rem-converter converts px to rem and rem to px in real time
File Size 8.26 KB
Installation Count 93
Current Version 1.0.0
Last Updated 2023-01-17
Publish Date 2023-01-17
Developer programming.mood
Email [email protected]
Payment Type free
Help Page URL https://github.com/marianapatcosta/px-rem-converter/issues
Supported Languages en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "px <-> rem converter",
    "version": "1.0.0",
    "description": "Px-rem-converter converts px to rem and rem to px in real time",
    "manifest_version": 3,
    "author": "Mariana COsta",
    "action": {
        "default_popup": "index.html",
        "default_title": "px <-> rem converter"
    },
    "icons": {
        "32": "px-to-rem.png",
        "48": "px-to-rem.png",
        "128": "px-to-rem.png"
    }
}