px <-> rem converter
Px-rem-converter converts px to rem and rem to px in real time
Was ist px <-> rem converter?
px <-> rem converter ist eine Chrome-Erweiterung, die von programming.mood entwickelt wurde, und ihr Hauptmerkmal ist "Px-rem-converter converts px to rem and rem to px in real time".
Erweiterungsscreenshots
px <-> rem converter-Erweiterungs-CRX-Datei herunterladen
Laden Sie px <-> rem converter-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | fbccijgkaimaokofilmeiebiocahgllj |
| Offizielle URL | https://chromewebstore.google.com/detail/px-%3C-%3E-rem-converter/fbccijgkaimaokofilmeiebiocahgllj |
| Beschreibung | Px-rem-converter converts px to rem and rem to px in real time |
| Dateigröße | 8.26 KB |
| Installationsanzahl | 93 |
| Aktuelle Version | 1.0.0 |
| Letztes Update | 2023-01-17 |
| Veröffentlichungsdatum | 2023-01-17 |
| Entwickler | programming.mood |
| [email protected] | |
| Zahlungsart | free |
| Hilfeseite URL | https://github.com/marianapatcosta/px-rem-converter/issues |
| Unterstützte Sprachen | 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"
}
} | |