Yumprint

Save recipes from anywhere

Vad är Yumprint?

Yumprint är en Chrome-tillägg utvecklad av https://yumprint.com, och dess huvudfunktion är "Save recipes from anywhere".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot

Ladda ner Yumprint-förlängningens CRX-fil

Ladda ner Yumprint-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Yumprint Yumprint
ID nboinfelnglhdhgchcmomigiddalpjka
Officiell webbadress https://chromewebstore.google.com/detail/yumprint/nboinfelnglhdhgchcmomigiddalpjka
Beskrivning Save recipes from anywhere
Filstorlek 566 KB
Antal Installationer 7,663
Aktuell Version 1.2.0.0
Senast Uppdaterad 2015-02-06
Publiceringsdatum 2015-02-06
Betyg 4.13/5 Totalt 91 Betyg
Utvecklare https://yumprint.com
Betalningssätt free
Tilläggswebbplats http://yumprint.com/extension
Hjälpsida URL http://yumprint.com/extension
Stödda Språk 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"
    }
}