PX to VW
Use this converter of css values to convert px to vw and vw to px easily. This extension is free and easy to use.
PX to VWとは何ですか?
PX to VWはhttps://cssunitconverter.vercel.appによって開発されたChromeの拡張機能で、その主な機能は「Use this converter of css values to convert px to vw and vw to px easily. This extension is free and easy to use.」です。
拡張機能のスクリーンショット
PX to VW拡張機能のCRXファイルをダウンロード
PX to VW拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension provides px to vw (Pixels to Viewport Width) and vw to px (Viewport Width to Pixels) css unit converter. The main purpose of this extension is to provide free px to vw converter for public use. The extension supports hotkeys to make the calculations faster.
拡張機能の基本情報
名前 | PX to VW |
ID | giddpkhnoflfjlopldfoblpjieknlnoh |
公式URL | https://chromewebstore.google.com/detail/px-to-vw/giddpkhnoflfjlopldfoblpjieknlnoh |
説明 | Use this converter of css values to convert px to vw and vw to px easily. This extension is free and easy to use. |
ファイルサイズ | 536 KB |
インストール数 | 250 |
現在のバージョン | 1.1.4 |
最終更新日 | 2023-10-05 |
公開日 | 2023-04-05 |
評価 | 5.00/5 合計 3 レビュー |
開発者 | https://cssunitconverter.vercel.app |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://cssunitconverter.vercel.app/px-to-vw |
ヘルプページのURL | https://cssunitconverter.vercel.app/contact |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "PX to VW", "description": "Use this converter of css values to convert px to vw and vw to px easily. This extension is free and easy to use.", "author": "Arthur Arakelyan", "version": "1.1.4", "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" } } |