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
公式URL 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"
    }
}