caloriepad

クックパッドにカロリーを表示するための拡張機能です。

What is caloriepad?

caloriepad is a Chrome extension developed by shimomo, and its main feature is "クックパッドにカロリーを表示するための拡張機能です。".

Extension Screenshots

screenshot

Download caloriepad Extension CRX File

Download caloriepad 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

                        caloriepadは、クックパッドのレシピに載っている材料のカロリーを表示します。

caloriepadをインストールしてクックパッドのレシピにアクセスするだけで動作します。なお、表示までには少し時間がかかることもありますのでご了承ください。                    

Extension Basic Information

Name caloriepad caloriepad
ID ajlecdbdhhopiadkcdfkkedmeeanepec
Official URL https://chromewebstore.google.com/detail/caloriepad/ajlecdbdhhopiadkcdfkkedmeeanepec
Description クックパッドにカロリーを表示するための拡張機能です。
File Size 371 KB
Installation Count 13
Current Version 0.1.1
Last Updated 2017-05-31
Publish Date 2017-05-30
Developer shimomo
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "caloriepad",
    "version": "0.1.1",
    "manifest_version": 2,
    "description": "\u30af\u30c3\u30af\u30d1\u30c3\u30c9\u306b\u30ab\u30ed\u30ea\u30fc\u3092\u8868\u793a\u3059\u308b\u305f\u3081\u306e\u62e1\u5f35\u6a5f\u80fd\u3067\u3059\u3002",
    "icons": {
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "en",
    "browser_action": {
        "default_icon": {
            "19": "images\/icon-19.png"
        }
    },
    "background": {
        "scripts": [
            "scripts\/chromereload.js",
            "scripts\/background.js"
        ]
    },
    "permissions": [
        "https:\/\/tpc.googlesyndication.com\/",
        "https:\/\/caloriepad.herokuapp.com\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/cookpad.com\/recipe\/*"
            ],
            "css": [
                "caloriepad.css"
            ],
            "js": [
                "bower_components\/axios\/dist\/axios.min.js",
                "scripts\/contentscript.js"
            ]
        }
    ]
}