calories calculator
Calories calculator
What is calories calculator?
calories calculator is a Chrome extension developed by https://sieutinh.com, and its main feature is "Calories calculator".
Extension Screenshots
Download calories calculator Extension CRX File
Download calories calculator extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | calories calculator |
ID | nmgibjlpkmgmccjbihlfkinoenohmbcd |
Official URL | https://chromewebstore.google.com/detail/calories-calculator/nmgibjlpkmgmccjbihlfkinoenohmbcd |
Description | Calories calculator |
File Size | 163 KB |
Installation Count | 33 |
Current Version | 0.0.2 |
Last Updated | 2020-09-24 |
Publish Date | 2020-09-23 |
Developer | https://sieutinh.com |
[email protected] | |
Payment Type | free |
Extension Website | https://sieutinh.com/tinh-luong-calo-can-thiet-trong-ngay |
Help Page URL | https://sieutinh.com/lien-he |
Privacy Policy Page URL | https://sieutinh.com/privacy-policy |
Supported Languages | 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" } } |