Yumprint

Save recipes from anywhere

什麼是Yumprint?

Yumprint是由https://yumprint.com開發的Chrome擴展程式,該擴展的主要功能是“Save recipes from anywhere”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Yumprint擴展crx文件

下載Yumprint擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Yumprint Yumprint
ID nboinfelnglhdhgchcmomigiddalpjka
官方網址 https://chromewebstore.google.com/detail/yumprint/nboinfelnglhdhgchcmomigiddalpjka
簡介 Save recipes from anywhere
檔案大小 566 KB
安裝次數 7,663
目前版本 1.2.0.0
更新時間 2015-02-06
上架時間 2015-02-06
評分 4.13/5 共 91 次評分
開發者 https://yumprint.com
付費類型 free
擴展官網 http://yumprint.com/extension
說明頁面URL http://yumprint.com/extension
支援的語言 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"
    }
}