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.
PX to REMとは何ですか?
PX to REMはhttps://cssunitconverter.vercel.appによって開発されたChromeの拡張機能で、その主な機能は「Use this converter of css values to convert px to rem and rem to px easily. This extension is free and easy to use.」です。
拡張機能のスクリーンショット
PX to REM拡張機能のCRXファイルをダウンロード
PX to REM拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.
拡張機能の基本情報
名前 | PX to REM |
ID | eflpimbhckenngbgfdcmopelafppincd |
公式URL | https://chromewebstore.google.com/detail/px-to-rem/eflpimbhckenngbgfdcmopelafppincd |
説明 | Use this converter of css values to convert px to rem and rem to px easily. This extension is free and easy to use. |
ファイルサイズ | 533 KB |
インストール数 | 75 |
現在のバージョン | 1.1.2 |
最終更新日 | 2023-10-05 |
公開日 | 2023-05-07 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | https://cssunitconverter.vercel.app |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://cssunitconverter.vercel.app/px-to-rem |
ヘルプページのURL | https://cssunitconverter.vercel.app/contact |
対応言語 | 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" } } |