Muminai

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

Muminai क्या है?

Muminai Muminai Tech द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Muminai is a food social community which allows users to measure the nutritional values of their favorites recipes."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Muminai एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
}