Yumprint

Save recipes from anywhere

Wat is Yumprint?

Yumprint is een Chrome-extensie ontwikkeld door https://yumprint.com, en de belangrijkste functie is "Save recipes from anywhere".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Yumprint

Download Yumprint-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Yumprint Yumprint
ID nboinfelnglhdhgchcmomigiddalpjka
Officiële URL https://chromewebstore.google.com/detail/yumprint/nboinfelnglhdhgchcmomigiddalpjka
Beschrijving Save recipes from anywhere
Bestandsgrootte 566 KB
Aantal Installaties 7,663
Huidige Versie 1.2.0.0
Laatst Bijgewerkt 2015-02-06
Publicatiedatum 2015-02-06
Beoordeling 4.13/5 Totaal 91 Beoordelingen
Ontwikkelaar https://yumprint.com
Betalingswijze free
Extensiewebsite http://yumprint.com/extension
Help Pagina-URL http://yumprint.com/extension
Ondersteunde Talen 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"
    }
}