Inches to CM
Converts length in inches to centimeters
Inches to CMとは何ですか?
Inches to CMはBackbencher.devによって開発されたChromeの拡張機能で、その主な機能は「Converts length in inches to centimeters」です。
拡張機能のスクリーンショット
Inches to CM拡張機能のCRXファイルをダウンロード
Inches to CM拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
An easy way to convert inches to centimeters right from the browser 拡張機能の基本情報
| 名前 | |
| ID | bkfbhbfhifpmlgnglkafjgpebppihomk |
| 公式URL | https://chromewebstore.google.com/detail/inches-to-cm/bkfbhbfhifpmlgnglkafjgpebppihomk |
| 説明 | Converts length in inches to centimeters |
| ファイルサイズ | 31.14 KB |
| インストール数 | 184 |
| 現在のバージョン | 1.0.0 |
| 最終更新日 | 2022-11-01 |
| 公開日 | 2022-10-31 |
| 開発者 | Backbencher.dev |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://backbencher.dev |
| プライバシーポリシーページのURL | https://backbencher.dev/privacy-policy |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Inches to CM",
"description": "Converts length in inches to centimeters",
"version": "1.0.0",
"action": {
"default_popup": "popup\/popup.html",
"default_icon": "logo.png"
},
"icons": {
"16": "icons\/icon16.png",
"32": "icons\/icon32.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
}
} | |