Yumprint

Save recipes from anywhere

What is Yumprint?

Yumprint is a Chrome extension developed by https://yumprint.com, and its main feature is "Save recipes from anywhere".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Yumprint Extension CRX File

Download Yumprint extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Yumprint is a food experience as unique as you. Save, share, and organize recipes from your favorite food blogs and recipe sites. Explore your friends' cookbooks, and create your own. Keep track of what you love by rating and reviewing recipes. Share your recipes with friends and family.                    

Extension Basic Information

Name Yumprint Yumprint
ID nboinfelnglhdhgchcmomigiddalpjka
Official URL https://chromewebstore.google.com/detail/yumprint/nboinfelnglhdhgchcmomigiddalpjka
Description Save recipes from anywhere
File Size 566 KB
Installation Count 7,663
Current Version 1.2.0.0
Last Updated 2015-02-06
Publish Date 2015-02-06
Rating 4.13/5 Total 91 Ratings
Developer https://yumprint.com
Payment Type free
Extension Website http://yumprint.com/extension
Help Page URL http://yumprint.com/extension
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Yumprint",
    "version": "1.2.0.0",
    "description": "Save recipes from anywhere",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "web_accessible_resources": [
        "images\/down.png",
        "images\/left.png",
        "images\/loading.gif",
        "images\/logo.png",
        "images\/logo-test.png",
        "images\/resize.png",
        "images\/right.png",
        "images\/up.png",
        "images\/x.png",
        "images\/facebook-f.png",
        "images\/loading-gray.gif",
        "images\/noimage.png",
        "icons\/icon-16.png",
        "stylesheets\/ui.css"
    ],
    "homepage_url": "http:\/\/yumprint.com",
    "permissions": [
        "*:\/\/*\/",
        "tabs"
    ],
    "icons": {
        "16": "icons\/icon-16.png",
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "scripts\/classify.js"
            ],
            "run_at": "document_start"
        }
    ],
    "browser_action": {
        "default_icon": "icons\/icon-16.png",
        "default_title": "Yumprint"
    }
}