レシピ検索

レシピの検索を快適にする拡張アプリ

Qu'est-ce que レシピ検索 ?

レシピ検索 est une extension Chrome développée par https://saishinjoho.com, et sa fonction principale est "レシピの検索を快適にする拡張アプリ".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension レシピ検索

Téléchargez les fichiers d'extension レシピ検索 au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Googleの検索結果に、例えばクックパッドの場合は つくれぽ と呼ばれる、各レシピサイトによる「レシピの人気指数」や「はてブの数」、「ツイートの数」、「facebookいいねの数」を追加して、レシピページを開かずにしてレシピの良し悪しを判断出来ます。

検索窓から「inurl」などのGoogleのパラメータを最適化された形で自動的に検索ワードに追加して、無料ユーザーでは難しい場合もあるレシピサイトから人気レシピ検索を簡単にする事が出来ます。

対応サイト:
クックパッド(cookpad)、TEPORE、NHKきょうの料理、白ご飯、海上自衛隊レシピ、E・レシピ、レシピブログ、ボブとアンジー、節約レシピ、kikkomanホームクッキング、楽天レシピ、キューピー3分クッキング、オレンジページnet、フードソムリエ、ネスレ、シェフごはん、レタスクラブネット、AJINOMOT Park

GitHub: https://github.com/yukihirok/recipekensaku                    

Informations de Base sur l'Extension

Nom レシピ検索 レシピ検索
ID ibdccdgilofgabhpjofnmdhiiolhamkn
URL Officiel https://chromewebstore.google.com/detail/%E3%83%AC%E3%82%B7%E3%83%94%E6%A4%9C%E7%B4%A2/ibdccdgilofgabhpjofnmdhiiolhamkn
Description レシピの検索を快適にする拡張アプリ
Taille du Fichier 493 KB
Nombre d'Installations 379
Version Actuelle 0.2.6.12
Dernière Mise à Jour 2015-11-28
Date de Publication 2015-11-28
Évaluation 4.00/5 Total 1 Évaluations
Développeur https://saishinjoho.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/yukihirok/recipekensaku
Langues Prises en Charge ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "\u30ec\u30b7\u30d4\u691c\u7d22",
    "version": "0.2.6.12",
    "description": "\u30ec\u30b7\u30d4\u306e\u691c\u7d22\u3092\u5feb\u9069\u306b\u3059\u308b\u62e1\u5f35\u30a2\u30d7\u30ea",
    "icons": {
        "16": "icons\/icon16.png",
        "19": "icons\/icon19.png",
        "26": "icons\/icon26.png",
        "36": "icons\/icon36.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "scripts": [
            "jquery-2.1.3.min.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_popup": "popup.html",
        "default_title": "\u30ec\u30b7\u30d4\u691c\u7d22"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.google.com\/*",
                "http:\/\/www.google.co.jp\/*",
                "https:\/\/www.google.com\/*",
                "https:\/\/www.google.co.jp\/*"
            ],
            "css": [
                "content_script.css",
                "css\/font-awesome.min.css"
            ],
            "js": [
                "jquery-2.1.3.min.js",
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "http:\/\/graph.facebook.com\/",
        "http:\/\/urls.api.twitter.com\/",
        "http:\/\/api.b.st-hatena.com\/",
        "http:\/\/*.jkensaku.com\/",
        "http:\/\/park.ajinomoto.co.jp\/",
        "http:\/\/www.lettuceclub.net\/",
        "https:\/\/chefgohan.gnavi.co.jp\/",
        "http:\/\/chefgohan.gnavi.co.jp\/",
        "http:\/\/www.food-sommelier.jp\/",
        "http:\/\/www.orangepage.net\/",
        "http:\/\/recipe.rakuten.co.jp\/",
        "http:\/\/www.recipe-blog.jp\/",
        "http:\/\/erecipe.woman.excite.co.jp\/",
        "http:\/\/www.kyounoryouri.jp\/",
        "http:\/\/cookpad.com\/"
    ],
    "web_accessible_resources": [
        "css\/*.css",
        "fonts\/*"
    ]
}