PX to EM
Converts PX to relative EM units.
PX to EMとは何ですか?
PX to EMはUpdulaによって開発されたChromeの拡張機能で、その主な機能は「Converts PX to relative EM units.」です。
拡張機能のスクリーンショット
PX to EM拡張機能のCRXファイルをダウンロード
PX to EM拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Converts PX to relative EM units. 拡張機能の基本情報
| 名前 | |
| ID | poggpggikdfleailahgakgmedgpndfdd |
| 公式URL | https://chromewebstore.google.com/detail/px-to-em/poggpggikdfleailahgakgmedgpndfdd |
| 説明 | Converts PX to relative EM units. |
| ファイルサイズ | 45.1 KB |
| インストール数 | 518 |
| 現在のバージョン | 1.0 |
| 最終更新日 | 2014-06-24 |
| 公開日 | 2014-06-24 |
| 評価 | 3.71/5 合計 7 レビュー |
| 開発者 | Updula |
| 支払い方法 | free |
| 拡張機能のウェブサイト | http://updu.la/pxtoem |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "PX to EM",
"description": "Converts PX to relative EM units.",
"version": "1.0",
"browser_action": {
"default_title": "PX to EM",
"default_icon": "icons\/icon_19.png",
"default_popup": "popup.html"
},
"icons": {
"128": "icons\/icon_128.png"
}
} | |