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.
Cos'è PX to REM?
PX to REM è un'estensione di Chrome sviluppata da https://cssunitconverter.vercel.app, e la sua funzione principale è "Use this converter of css values to convert px to rem and rem to px easily. This extension is free and easy to use.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione PX to REM
Scarica i file di estensione PX to REM in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | PX to REM |
ID | eflpimbhckenngbgfdcmopelafppincd |
URL Ufficiale | https://chromewebstore.google.com/detail/px-to-rem/eflpimbhckenngbgfdcmopelafppincd |
Descrizione | Use this converter of css values to convert px to rem and rem to px easily. This extension is free and easy to use. |
Dimensione del File | 533 KB |
Conteggio Installazioni | 75 |
Versione Corrente | 1.1.2 |
Ultimo Aggiornamento | 2023-10-05 |
Data di Pubblicazione | 2023-05-07 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | https://cssunitconverter.vercel.app |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://cssunitconverter.vercel.app/px-to-rem |
URL della Pagina di Aiuto | https://cssunitconverter.vercel.app/contact |
Lingue Supportate | 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" } } |