GCookpad

GCookpadは、クックパッド(COOKPAD)の人気レシピをGoogleでかんたんに検索できるツールです。

What is GCookpad?

GCookpad is a Chrome extension developed by https://katahirado.jp, and its main feature is "GCookpadは、クックパッド(COOKPAD)の人気レシピをGoogleでかんたんに検索できるツールです。".

Extension Screenshots

screenshot
screenshot
screenshot

Download GCookpad Extension CRX File

Download GCookpad extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        GCookpadは、クックパッド(COOKPAD)の人気レシピをGoogleでかんたんに検索できるツールです。

使い方

アイコンをクリックすると表示されるポップアップで、探したい食材などを入力してレシピを検索します。
googleの検索結果がつくれぽ件数(人数)、はてブされた数,Facebookのいいねされた人数などの情報を追加した表示になります。
googleの検索結果を継ぎ足し表示してくれるAutoPagerize、又はAutoPatchWorkと併用すると、閲覧がさらに便利になります


特徴

1.Googleでの検索でクックパッドに絞るsite:cookpad.comの入力を省いてくれます。

2.検索結果一覧で各レシピのつくれぽ件数、つくれぽ人数が表示されます。

3.はてなブックマークで各レシピをブックマークしている人の数が表示されます。

4.レシピリンクにFacebookのいいねされた人数が表示されます(「いいね!」ボタンが表示されます)。

5.人気検索、1位にチェックを入れて検索すると、人気が高いレシピがヒットする確率が上がります。

6.AutoPagerize,AutoPatchWork使用時での表示にも対応しています。

7.検索結果一覧から直接ブックマークすることが出来ます。又、既にブックマーク済みのレシピには"✓"が表示されます。

8.別タブでじっくりみたいという場合用に新しく開くリンクを用意しています。


アドレスバーからのレシピ検索(検索ワードの後ろに'site:cookpad.com "このレシピを登録"'を付けての検索)で動作させるには、アドレスバーのインスタント検索機能を無効にする必要があります。

2013/4/7: レシピが同一画面内のiframeに開けなくなってしまいましたので、2ペインでの表示はやめて、クリックしたら普通に開くように修正いたしました。                    

Extension Basic Information

Name GCookpad GCookpad
ID ohjlpbnlmonmmgniokdckghchofdmmdc
Official URL https://chromewebstore.google.com/detail/gcookpad/ohjlpbnlmonmmgniokdckghchofdmmdc
Description GCookpadは、クックパッド(COOKPAD)の人気レシピをGoogleでかんたんに検索できるツールです。
File Size 46.04 KB
Installation Count 1,616
Current Version 0.8.9
Last Updated 2014-05-04
Publish Date 2014-05-04
Rating 4.88/5 Total 8 Ratings
Developer https://katahirado.jp
Payment Type free
Extension Website https://github.com/katahirado/GCookpad
Supported Languages ja
manifest.json
{
    "browser_action": {
        "default_icon": "cookpad_search_16.png",
        "default_popup": "popup.html",
        "default_title": "GCookpad"
    },
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "GCookpad\u306f\u3001\u30af\u30c3\u30af\u30d1\u30c3\u30c9(COOKPAD)\u306e\u4eba\u6c17\u30ec\u30b7\u30d4\u3092Google\u3067\u304b\u3093\u305f\u3093\u306b\u691c\u7d22\u3067\u304d\u308b\u30c4\u30fc\u30eb\u3067\u3059\u3002",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "name": "GCookpad",
    "permissions": [
        "bookmarks",
        "http:\/\/cookpad.com\/"
    ],
    "icons": {
        "48": "cookpad_search_48.png",
        "128": "cookpad_search_128.png",
        "16": "cookpad_search_16.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.google.com\/*",
                "http:\/\/www.google.co.jp\/*",
                "https:\/\/www.google.com\/*",
                "https:\/\/www.google.co.jp\/*"
            ],
            "js": [
                "google_cookpad_recipe_search.js"
            ],
            "run_at": "document_end",
            "css": [
                "bookmark.css"
            ]
        }
    ],
    "manifest_version": 2,
    "version": "0.8.9"
}