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ファイルをダウンロード

Muminai拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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"
}