Muminai

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

Cos'è Muminai?

Muminai è un'estensione di Chrome sviluppata da Muminai Tech, e la sua funzione principale è "Muminai is a food social community which allows users to measure the nutritional values of their favorites recipes.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Muminai

Scarica i file di estensione Muminai in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Muminai Muminai
ID dndknnijdpmfklpkpkedfkdcbhllbdlf
URL Ufficiale https://chromewebstore.google.com/detail/muminai/dndknnijdpmfklpkpkedfkdcbhllbdlf
Descrizione Muminai is a food social community which allows users to measure the nutritional values of their favorites recipes.
Dimensione del File 124 KB
Conteggio Installazioni 130
Versione Corrente 2.0.5
Ultimo Aggiornamento 2012-09-03
Data di Pubblicazione 2012-09-03
Valutazione 3.80/5 Totale 5 Valutazioni
Sviluppatore Muminai Tech
Tipo di Pagamento free
Sito Web dell'Estensione http://www.muminai.com/
URL della Pagina di Aiuto http://www.muminai.com/help.php
Lingue Supportate 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"
}