PxtoRem
Convert pixel units to rem
Was ist PxtoRem?
PxtoRem ist eine Chrome-Erweiterung, die von https://shash7.com entwickelt wurde, und ihr Hauptmerkmal ist "Convert pixel units to rem".
Erweiterungsscreenshots
PxtoRem-Erweiterungs-CRX-Datei herunterladen
Laden Sie PxtoRem-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 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
Grundlegende Informationen zur Erweiterung
Name | PxtoRem |
ID | ldbemkmafmibhpncgagpegmhbhpolnlp |
Offizielle URL | https://chromewebstore.google.com/detail/pxtorem/ldbemkmafmibhpncgagpegmhbhpolnlp |
Beschreibung | Convert pixel units to rem |
Dateigröße | 201 KB |
Installationsanzahl | 5,095 |
Aktuelle Version | 0.0.3 |
Letztes Update | 2020-03-11 |
Veröffentlichungsdatum | 2020-03-11 |
Bewertung | 5.00/5 Insgesamt 8 Bewertungen |
Entwickler | https://shash7.com |
[email protected] | |
Zahlungsart | free |
URL der Datenschutzrichtlinien-Seite | https://underlineme.com/privacy-policy |
Unterstützte Sprachen | 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" } } |