Muminai
Muminai is a food social community which allows users to measure the nutritional values of their favorites recipes.
Muminai là gì?
Muminai là một tiện ích mở rộng Chrome được phát triển bởi Muminai Tech, và tính năng chính của nó là "Muminai is a food social community which allows users to measure the nutritional values of their favorites recipes.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Muminai
Tải xuống các tệp mở rộng Muminai dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Muminai |
ID | dndknnijdpmfklpkpkedfkdcbhllbdlf |
URL Chính Thức | https://chromewebstore.google.com/detail/muminai/dndknnijdpmfklpkpkedfkdcbhllbdlf |
Mô tả | Muminai is a food social community which allows users to measure the nutritional values of their favorites recipes. |
Kích Thước Tệp | 124 KB |
Số Lần Cài Đặt | 130 |
Phiên Bản Hiện Tại | 2.0.5 |
Cập Nhật Lần Cuối | 2012-09-03 |
Ngày Phát Hành | 2012-09-03 |
Đánh Giá | 3.80/5 Tổng số 5 Đánh Giá |
Nhà Phát Triển | Muminai Tech |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://www.muminai.com/ |
URL Trang Trợ Giúp | http://www.muminai.com/help.php |
Ngôn Ngữ Được Hỗ Trợ | 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" } |