PX to REM
Use this converter of css values to convert px to rem and rem to px easily. This extension is free and easy to use.
Wat is PX to REM?
PX to REM is een Chrome-extensie ontwikkeld door https://cssunitconverter.vercel.app, en de belangrijkste functie is "Use this converter of css values to convert px to rem and rem to px easily. This extension is free and easy to use.".
Extensie Screenshots
Download het CRX-bestand van de extensie PX to REM
Download PX to REM-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
This extension provides px to rem and rem to px css unit converter. The main purpose of this extension is to provide free px to rem converter for public use. The extension supports hotkeys to make the calculations faster.
Basisinformatie over de Extensie
Naam | PX to REM |
ID | eflpimbhckenngbgfdcmopelafppincd |
Officiële URL | https://chromewebstore.google.com/detail/px-to-rem/eflpimbhckenngbgfdcmopelafppincd |
Beschrijving | Use this converter of css values to convert px to rem and rem to px easily. This extension is free and easy to use. |
Bestandsgrootte | 533 KB |
Aantal Installaties | 75 |
Huidige Versie | 1.1.2 |
Laatst Bijgewerkt | 2023-10-05 |
Publicatiedatum | 2023-05-07 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | https://cssunitconverter.vercel.app |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://cssunitconverter.vercel.app/px-to-rem |
Help Pagina-URL | https://cssunitconverter.vercel.app/contact |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "PX to REM", "description": "Use this converter of css values to convert px to rem and rem to px easily. This extension is free and easy to use.", "author": "Arthur Arakelyan", "version": "1.1.2", "manifest_version": 3, "action": { "default_popup": "index.html", "default_icon": { "16": "logo192.png", "32": "logo192.png", "48": "logo192.png", "128": "logo192.png" } }, "web_accessible_resources": [ { "resources": [ "test.png" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "icons": { "16": "logo192.png", "32": "logo192.png", "48": "logo192.png", "128": "logo192.png" } } |