PxtoRem
Convert pixel units to rem
Qu'est-ce que PxtoRem ?
PxtoRem est une extension Chrome développée par https://shash7.com, et sa fonction principale est "Convert pixel units to rem".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension PxtoRem
Téléchargez les fichiers d'extension PxtoRem au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | PxtoRem |
ID | ldbemkmafmibhpncgagpegmhbhpolnlp |
URL Officiel | https://chromewebstore.google.com/detail/pxtorem/ldbemkmafmibhpncgagpegmhbhpolnlp |
Description | Convert pixel units to rem |
Taille du Fichier | 201 KB |
Nombre d'Installations | 5,095 |
Version Actuelle | 0.0.3 |
Dernière Mise à Jour | 2020-03-11 |
Date de Publication | 2020-03-11 |
Évaluation | 5.00/5 Total 8 Évaluations |
Développeur | https://shash7.com |
[email protected] | |
Type de Paiement | free |
URL de la Page de Politique de Confidentialité | https://underlineme.com/privacy-policy |
Langues Prises en Charge | 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" } } |