caloriepad
クックパッドにカロリーを表示するための拡張機能です。
Wat is caloriepad?
caloriepad is een Chrome-extensie ontwikkeld door shimomo, en de belangrijkste functie is "クックパッドにカロリーを表示するための拡張機能です。".
Extensie Screenshots
Download het CRX-bestand van de extensie caloriepad
Download caloriepad-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
caloriepadは、クックパッドのレシピに載っている材料のカロリーを表示します。 caloriepadをインストールしてクックパッドのレシピにアクセスするだけで動作します。なお、表示までには少し時間がかかることもありますのでご了承ください。
Basisinformatie over de Extensie
Naam | |
ID | ajlecdbdhhopiadkcdfkkedmeeanepec |
Officiële URL | https://chromewebstore.google.com/detail/caloriepad/ajlecdbdhhopiadkcdfkkedmeeanepec |
Beschrijving | クックパッドにカロリーを表示するための拡張機能です。 |
Bestandsgrootte | 371 KB |
Aantal Installaties | 13 |
Huidige Versie | 0.1.1 |
Laatst Bijgewerkt | 2017-05-31 |
Publicatiedatum | 2017-05-30 |
Ontwikkelaar | shimomo |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } ] } |