Muminai

Muminai is a food social community which allows users to measure the nutritional values of their favorites recipes.

Muminai란 무엇입니까?

Muminai은(는) Muminai Tech에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Muminai is a food social community which allows users to measure the nutritional values of their favorites recipes."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Muminai is a food social community which allows users to measure the nutritional values of their favorites recipes. You may do, among other things:

Save and organize all the links of your favorite recipes in one place and access to them from anywhere.
Label your recipe's bookmarks with as many tags as you want to make it easier to find them later
Know the nutritional information of the recipes to follow a balanced diet
Search for recipes in a simple and intuitive way: by ingredient or by the tags assigned to each.
Find your favorite recipe in one of the largest databases of recipes from the web                    

확장 프로그램 기본 정보

이름 Muminai Muminai
ID dndknnijdpmfklpkpkedfkdcbhllbdlf
공식 URL https://chromewebstore.google.com/detail/muminai/dndknnijdpmfklpkpkedfkdcbhllbdlf
설명 Muminai is a food social community which allows users to measure the nutritional values of their favorites recipes.
파일 크기 124 KB
설치 횟수 130
현재 버전 2.0.5
최근 업데이트 2012-09-03
출시 날짜 2012-09-03
평점 3.80/5 총 5 개의 평점
개발자 Muminai Tech
결제 유형 free
확장 프로그램 웹 사이트 http://www.muminai.com/
도움말 페이지 URL http://www.muminai.com/help.php
지원되는 언어 en,es
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_message_name__",
    "version": "2.0.5",
    "description": "__MSG_message_description_store__",
    "icons": {
        "128": "mumikun2_icon.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "js\/getSelection.js",
                "js\/microformats\/microformat.js",
                "js\/microformats\/hrecipe.js",
                "js\/microformats\/json2.min.js",
                "js\/contentscript.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "muminai_toolbar_icon.png",
        "default_title": "__MSG_message_default_title__",
        "default_popup": "popup.html"
    },
    "permissions": [
        "http:\/\/www.muminai.com\/*",
        "tabs",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "homepage_url": "http:\/\/www.muminai.com",
    "default_locale": "en"
}