Caffeine Pal

Enhances My Fitnesspal web application

Caffeine Pal란 무엇입니까?

Caffeine Pal은(는) capybara.solutions에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Enhances My Fitnesspal web application"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Caffeine Pal 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        A plugin that enhances  Myfitnesspal.com website. 

Changes 26 - 07- 2017
- Due some breaking changes I have removed the adding food feature. 
- Removed the underarmor bar.  
- Fix Remove all foods on diary page. 

Features: 

1) Improved food search.
      a) You will now be able to visualise all your foods in a single page. 
      b)  Querying and adding foods is now simpler and faster. 

2) Improved navigation and overall layout
    a) Removed unnecessary space. 
    b) All navigations sub links are visible from all parts of the website.  

3) Diary Page.
    a) Visualisation of your daily total macro nutrients intake in a pie chart. 
    b) Improved way of adding quick calories. 

4) Home screen improvements.
  a) Infinite scrolling of friends notifications.                    

확장 프로그램 기본 정보

이름 Caffeine Pal Caffeine Pal
ID mmhaiphfjhpllgjnjbeeplmhhgknhbff
공식 URL https://chromewebstore.google.com/detail/caffeine-pal/mmhaiphfjhpllgjnjbeeplmhhgknhbff
설명 Enhances My Fitnesspal web application
파일 크기 400 KB
설치 횟수 28
현재 버전 0.1.2
최근 업데이트 2018-09-08
출시 날짜 2018-09-08
개발자 capybara.solutions
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Caffeine Pal",
    "version": "0.1.2",
    "manifest_version": 2,
    "description": "Enhances My Fitnesspal web application",
    "icons": {
        "128": "images\/caffeinepal-128.png"
    },
    "browser_action": {
        "default_title": "Caffeine Pal",
        "default_popup": "popup.html"
    },
    "default_locale": "en",
    "permissions": [],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.myfitnesspal.com\/*",
                "https:\/\/*.myfitnesspal.com\/*"
            ],
            "js": [],
            "css": [
                "styles.css"
            ],
            "run_at": "document_start",
            "all_frames": false
        },
        {
            "matches": [
                "http:\/\/*.myfitnesspal.com\/*",
                "https:\/\/*.myfitnesspal.com\/*"
            ],
            "js": [
                ".\/vendor\/numeral.min.js",
                ".\/vendor\/jquery.js",
                ".\/vendor\/jquery.ui.js",
                ".\/vendor\/sticky.min.js",
                ".\/vendor\/moment.js",
                "contentscript.js"
            ],
            "css": [],
            "run_at": "document_end",
            "all_frames": false
        }
    ]
}