BMI Calculator
This extension allows the user to instantly calculate their BMI.
BMI Calculatorとは何ですか?
BMI Calculatorはhttps://thefogut.comによって開発されたChromeの拡張機能で、その主な機能は「This extension allows the user to instantly calculate their BMI.」です。
BMI Calculator拡張機能のCRXファイルをダウンロード
BMI Calculator拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This is a simple and easy to use BMI Calculator, that helps you calculate your BMI on the fly. 拡張機能の基本情報
| 名前 | |
| ID | kpbhgnomheoapdkjnpblannflhefdmlg |
| 公式URL | https://chromewebstore.google.com/detail/bmi-calculator/kpbhgnomheoapdkjnpblannflhefdmlg |
| 説明 | This extension allows the user to instantly calculate their BMI. |
| ファイルサイズ | 38 KB |
| インストール数 | 56 |
| 現在のバージョン | 1.0 |
| 最終更新日 | 2018-03-12 |
| 公開日 | 2018-03-12 |
| 評価 | 5.00/5 合計 1 レビュー |
| 開発者 | https://thefogut.com |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "BMI Calculator",
"description": "This extension allows the user to instantly calculate their BMI.",
"version": "1.0",
"browser_action": {
"default_icon": "icon.png",
"default_popup": "popup.html"
},
"permissions": [
"activeTab",
"storage"
]
} | |