PxtoRem
Convert pixel units to rem
PxtoRemとは何ですか?
PxtoRemはhttps://shash7.comによって開発されたChromeの拡張機能で、その主な機能は「Convert pixel units to rem」です。
拡張機能のスクリーンショット
PxtoRem拡張機能のCRXファイルをダウンロード
PxtoRem拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Px to rem A simple calculator to convert pixel values to rem values Simply open up the popup window and add the pixel sizes you want to convert in the textarea and the list will be automatically updated with the rem versions of those pixel values. You can also set the base pixel value too. Best of all, the values are stored locally so whatever changes you make will be there when you open the popup window. --- Sidenote - I've launched Snapfont, a Chrome plugin to test fonts on any live website. Check it out at getsnapfont.com
拡張機能の基本情報
名前 | PxtoRem |
ID | ldbemkmafmibhpncgagpegmhbhpolnlp |
公式URL | https://chromewebstore.google.com/detail/pxtorem/ldbemkmafmibhpncgagpegmhbhpolnlp |
説明 | Convert pixel units to rem |
ファイルサイズ | 201 KB |
インストール数 | 5,095 |
現在のバージョン | 0.0.3 |
最終更新日 | 2020-03-11 |
公開日 | 2020-03-11 |
評価 | 5.00/5 合計 8 レビュー |
開発者 | https://shash7.com |
Eメール | [email protected] |
支払い方法 | free |
プライバシーポリシーページのURL | https://underlineme.com/privacy-policy |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "PxtoRem", "version": "0.0.3", "manifest_version": 2, "description": "Convert pixel units to rem", "icons": { "16": "icons\/icon-16.png", "128": "icons\/icon-128.png" }, "default_locale": "en", "permissions": [ "storage" ], "browser_action": { "default_icon": { "19": "icons\/icon-19.png", "38": "icons\/icon-38.png" }, "default_title": "Px to rem", "default_popup": "popup.html" } } |