Health and Fitness

Health and fitness is a web application to monitor the nutritional value of meals and tracking exercises during the day

Health and Fitness là gì?

Health and Fitness là một tiện ích mở rộng Chrome được phát triển bởi kukom6, và tính năng chính của nó là "Health and fitness is a web application to monitor the nutritional value of meals and tracking exercises during the day".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Health and Fitness

Tải xuống các tệp mở rộng Health and Fitness dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Health and fitness is a web application to monitor the nutritional value of meals and tracking exercises during the day.

- Now, a user can set a restriction for specific nutrition value. Application shows notification whether user exceed the restriction.

Now you can open the menu through swipe a finger to right/left.
Now available on android.

You can try the application on the other platform or website. (the list of available platform is below text)

If you find any bug, feel free and report it on the GitHub https://github.com/kukom6/Fitness

What is already implemented?
Meals page
-Show table with all meals in localDB
-Click to the meals will open meals editor
-Click on the table header sort values
-Add meal to the database
-Delete meal via meals editor
-Update meal via meals editor
Exercises page
-Show table with all exercises in localDB
-Click to the exercises will open exercises editor
-Click on the table header sort values
-Add exercise to the database
-Delete exercise via exercises editor
-Update exercise via exercises editor
History page
-By data picker, you can choose the day
-Show meals and exercises table in the day
-Click on the exercise or meal will open their editor
-Add meal/exercise to the day either set from database or set new values
-Delete meal/exercise from the day
-Update meal/exercise from the day
Graph
-Show graph according to value
-Show graph according to days
-Show all values
BMI Calculator
-BMI calculator
Settings
-Import local DB as JSON
-Export local DB as JSON (Correctly work only on the web browsers and partly works on the android (save JSON to root of SDCard or data folder))
-Delete local storage

You can find this application on the other platforms:
- All web browser in the PC or mobile (these which support web storage) https://fitnessApplication.github.io
- Android https://play.google.com/store/apps/details?id=org.fitness
- Addon for firefox https://addons.mozilla.org/cs/firefox/addon/health-and-fitness/ 
- Addon for opera https://addons.opera.com/cs/extensions/details/health-and-fitness
- Windows phone - [WIP]
- iOS -[deffered, sorry but I really don't have free 100$ for developer license]


It is my first project when I try compile web application through apache Cordova. The application is a technical output of Bachelor thesis.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Health and Fitness Health and Fitness
ID famfklfcpjmoicmdhakofiabnfhgllfd
URL Chính Thức https://chromewebstore.google.com/detail/health-and-fitness/famfklfcpjmoicmdhakofiabnfhgllfd
Mô tả Health and fitness is a web application to monitor the nutritional value of meals and tracking exercises during the day
Kích Thước Tệp 468 KB
Số Lần Cài Đặt 1,227
Phiên Bản Hiện Tại 2.0
Cập Nhật Lần Cuối 2016-12-12
Ngày Phát Hành 2016-12-12
Đánh Giá 3.00/5 Tổng số 5 Đánh Giá
Nhà Phát Triển kukom6
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/kukom6/Fitness
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Health and fitness is a web application to monitor the nutritional value of meals and tracking exercises during the day",
    "manifest_version": 2,
    "name": "Health and Fitness",
    "version": "2.0",
    "homepage_url": "https:\/\/github.com\/kukom6\/Fitness",
    "icons": {
        "48": "logos\/icon48.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "logos\/icon32.png"
    }
}