Muminai

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

Qu'est-ce que Muminai ?

Muminai est une extension Chrome développée par Muminai Tech, et sa fonction principale est "Muminai is a food social community which allows users to measure the nutritional values of their favorites recipes.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Muminai

Téléchargez les fichiers d'extension Muminai au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Muminai Muminai
ID dndknnijdpmfklpkpkedfkdcbhllbdlf
URL Officiel https://chromewebstore.google.com/detail/muminai/dndknnijdpmfklpkpkedfkdcbhllbdlf
Description Muminai is a food social community which allows users to measure the nutritional values of their favorites recipes.
Taille du Fichier 124 KB
Nombre d'Installations 130
Version Actuelle 2.0.5
Dernière Mise à Jour 2012-09-03
Date de Publication 2012-09-03
Évaluation 3.80/5 Total 5 Évaluations
Développeur Muminai Tech
Type de Paiement free
Site Web de l'Extension http://www.muminai.com/
URL de la Page d'Aide http://www.muminai.com/help.php
Langues Prises en Charge 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"
}