hRecipe Helper

A tool to help format your recipes for the Google Recipe View, hRecipe micro-format and for the Pintrest Rich Pin format.

hRecipe Helperとは何ですか?

hRecipe HelperはLee Clarkeによって開発されたChromeの拡張機能で、その主な機能は「A tool to help format your recipes for the Google Recipe View, hRecipe micro-format and for the Pintrest Rich Pin format.」です。

拡張機能のスクリーンショット

screenshot

hRecipe Helper拡張機能のCRXファイルをダウンロード

hRecipe Helper拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        hRecipeHelper is a Chrome extension which will gives bloggers a simple interface to enter their favorite recipes and have them automatically formatted with compliant hRecipe microformat. By formatting your recipes with hRecipe your making your Recipe easier for the new Google Recipe Search to find your recipe when searching for similar recipes making it possible for you to share great food with the world!

FEATURES

* Easy and convenient tool.
* Does all the formatting for you, just copy and paste the results. (added formatting options!)
* Supports hRecipe microformat.
* Works with Google's Rich Snippets.
* Takes the drudgery out of formatting Recipes in HTML.
* Helps Google index recipes for the Google Recipe Search.
* Supports Pinterest - Rich Pin format too!

Update:
Mar. 5 2014 - It's been a while! I was notified (Thanks Marion!) that there was an issue with validation in the cooking times and after a bit of digging around I discovered that I had an error in the way the times were being formatted. This has been fixed! Now prep, cook and total times will be displayed and validated correctly. In addition I added code to compute the Total time from the prep and cook times AND format the out put time into a nicer english format. Hope everyone likes that, I thought it looked much nicer.  I also verified that the format works great with Pinterest. Keep posting great recipes!

Aug. 4 2012  - I had to upgrade to Chrome extensions v2.0 security by the end of the month so while doing that I fixed some of the UI glitches/bugs! I improved the form for entering the recipes so that it keeps focus on what your working on which was honestly annoying me like crazy, sorry about that annoyance!  Please email me and let me know if you see any new bugs or if there are some other problems that your seeing and would like me to fix. I am looking at adding a few new features now that I have dusted off the code so feel free to make suggestions.


May 12, 2011 - Added new formatting options to provide the option to turn off bulleted and numbered lists in the results. Let me know what you think and if you would like more options added! I also added an email address to the about tab so feel free to send me an email!

April 9, 2011 - Added new Preview feature! Click the 'preview' button on the Results tab to view the recipe HTML before you copy it to your blog.

March 22, 2011 - Fixed a number of bugs with HTML generation, thanks for letting me know!

March 26, 2011 - Added Bulleted instruction steps and fixed some rendering issues.

January, 1 2013 - Quick fix to improperly generated instruction section which was being labeled as ingredients(Ack!). Really sorry about that, any older recipes may have this error, check your html for the instructions sections and make sure they say class="instructions" to fix this bug.                    

拡張機能の基本情報

名前 hRecipe Helper hRecipe Helper
ID cgpnljccbfcjhhekfnikhpllfjpjidlj
公式URL https://chrome.google.com/webstore/detail/hrecipe-helper/cgpnljccbfcjhhekfnikhpllfjpjidlj
説明 A tool to help format your recipes for the Google Recipe View, hRecipe micro-format and for the Pintrest Rich Pin format.
ファイルサイズ 170 KB
インストール数 346
現在のバージョン 1.3.3
最終更新日 2014-03-05
公開日 2014-03-05
評価 4.33/5 合計 9 レビュー
開発者 Lee Clarke
支払い方法 free
拡張機能のウェブサイト https://github.com/leeclarke/hRecipeHelper/wiki
ヘルプページのURL https://github.com/leeclarke/hRecipeHelper/wiki
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "hRecipe Helper",
    "version": "1.3.3",
    "manifest_version": 2,
    "description": "A tool to help format your recipes for the Google Recipe View, hRecipe micro-format and for the Pintrest Rich Pin format.",
    "icons": {
        "16": "hRecipeIcon-16.png",
        "48": "hRecipeIcon-48.png",
        "128": "hRecipeIcon-128.png"
    },
    "background": {
        "scripts": [
            "bkground.js"
        ]
    },
    "browser_action": {
        "default_icon": "hRecipeIcon-16.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "minimum_chrome_version": "8.0"
}