calories calculator
Calories calculator
calories calculatorとは何ですか?
calories calculatorはhttps://sieutinh.comによって開発されたChromeの拡張機能で、その主な機能は「Calories calculator」です。
拡張機能のスクリーンショット
calories calculator拡張機能のCRXファイルをダウンロード
calories calculator拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Tính chỉ số calories cơ thể cần thiết mỗi ngày. Ứng dụng giúp tính toán chỉ số Calories cần thiết mỗi ngày, tính nhanh và đưa ra chỉ số chính xác giúp bạn có thể nắm được lượng năng lượng cần thiết mỗi ngày.
拡張機能の基本情報
名前 | calories calculator |
ID | nmgibjlpkmgmccjbihlfkinoenohmbcd |
公式URL | https://chromewebstore.google.com/detail/calories-calculator/nmgibjlpkmgmccjbihlfkinoenohmbcd |
説明 | Calories calculator |
ファイルサイズ | 163 KB |
インストール数 | 33 |
現在のバージョン | 0.0.2 |
最終更新日 | 2020-09-24 |
公開日 | 2020-09-23 |
開発者 | https://sieutinh.com |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://sieutinh.com/tinh-luong-calo-can-thiet-trong-ngay |
ヘルプページのURL | https://sieutinh.com/lien-he |
プライバシーポリシーページのURL | https://sieutinh.com/privacy-policy |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "0.0.2", "manifest_version": 2, "description": "__MSG_appDescription__", "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "default_locale": "en", "background": { "scripts": [ "scripts\/background.js" ] }, "permissions": [], "browser_action": { "default_icon": { "19": "images\/icon-19.png", "38": "images\/icon-38.png" }, "default_title": "calories calculator", "default_popup": "popup.html" } } |