px <-> rem converter
Px-rem-converter converts px to rem and rem to px in real time
px <-> rem converterとは何ですか?
px <-> rem converterはprogramming.moodによって開発されたChromeの拡張機能で、その主な機能は「Px-rem-converter converts px to rem and rem to px in real time」です。
拡張機能のスクリーンショット
px <-> rem converter拡張機能のCRXファイルをダウンロード
px <-> rem converter拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Px to Rem converter is a simple Chrome extension that converts px to rem and rem to px in real time, allowing to copy the converted value to the clipboard. 拡張機能の基本情報
| 名前 | |
| ID | fbccijgkaimaokofilmeiebiocahgllj |
| 公式URL | https://chromewebstore.google.com/detail/px-%3C-%3E-rem-converter/fbccijgkaimaokofilmeiebiocahgllj |
| 説明 | Px-rem-converter converts px to rem and rem to px in real time |
| ファイルサイズ | 8.26 KB |
| インストール数 | 93 |
| 現在のバージョン | 1.0.0 |
| 最終更新日 | 2023-01-17 |
| 公開日 | 2023-01-17 |
| 開発者 | programming.mood |
| Eメール | [email protected] |
| 支払い方法 | free |
| ヘルプページのURL | https://github.com/marianapatcosta/px-rem-converter/issues |
| 対応言語 | en-GB |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "px <-> rem converter",
"version": "1.0.0",
"description": "Px-rem-converter converts px to rem and rem to px in real time",
"manifest_version": 3,
"author": "Mariana COsta",
"action": {
"default_popup": "index.html",
"default_title": "px <-> rem converter"
},
"icons": {
"32": "px-to-rem.png",
"48": "px-to-rem.png",
"128": "px-to-rem.png"
}
} | |