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.
擴展基本資訊
名稱 | BMI Calculator |
ID | kpbhgnomheoapdkjnpblannflhefdmlg |
官方網址 | 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" ] } |