caloriepad
クックパッドにカロリーを表示するための拡張機能です。
Vad är caloriepad?
caloriepad är en Chrome-tillägg utvecklad av shimomo, och dess huvudfunktion är "クックパッドにカロリーを表示するための拡張機能です。".
Tilläggsskärmbilder
Ladda ner caloriepad-förlängningens CRX-fil
Ladda ner caloriepad-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
caloriepadは、クックパッドのレシピに載っている材料のカロリーを表示します。 caloriepadをインストールしてクックパッドのレシピにアクセスするだけで動作します。なお、表示までには少し時間がかかることもありますのでご了承ください。
Grundläggande Information om Tillägg
Namn | |
ID | ajlecdbdhhopiadkcdfkkedmeeanepec |
Officiell webbadress | https://chromewebstore.google.com/detail/caloriepad/ajlecdbdhhopiadkcdfkkedmeeanepec |
Beskrivning | クックパッドにカロリーを表示するための拡張機能です。 |
Filstorlek | 371 KB |
Antal Installationer | 13 |
Aktuell Version | 0.1.1 |
Senast Uppdaterad | 2017-05-31 |
Publiceringsdatum | 2017-05-30 |
Utvecklare | shimomo |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" ] } ] } |