Yumprint

Save recipes from anywhere

Was ist Yumprint?

Yumprint ist eine Chrome-Erweiterung, die von https://yumprint.com entwickelt wurde, und ihr Hauptmerkmal ist "Save recipes from anywhere".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

Yumprint-Erweiterungs-CRX-Datei herunterladen

Laden Sie Yumprint-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Yumprint Yumprint
ID nboinfelnglhdhgchcmomigiddalpjka
Offizielle URL https://chromewebstore.google.com/detail/yumprint/nboinfelnglhdhgchcmomigiddalpjka
Beschreibung Save recipes from anywhere
Dateigröße 566 KB
Installationsanzahl 7,663
Aktuelle Version 1.2.0.0
Letztes Update 2015-02-06
Veröffentlichungsdatum 2015-02-06
Bewertung 4.13/5 Insgesamt 91 Bewertungen
Entwickler https://yumprint.com
Zahlungsart free
Erweiterungswebsite http://yumprint.com/extension
Hilfeseite URL http://yumprint.com/extension
Unterstützte Sprachen 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"
    }
}