caloriepad
クックパッドにカロリーを表示するための拡張機能です。
Apa itu caloriepad?
caloriepad adalah ekstensi Chrome yang dikembangkan oleh shimomo, dan fitur utamanya adalah "クックパッドにカロリーを表示するための拡張機能です。".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi caloriepad
Unduh file ekstensi caloriepad dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
caloriepadは、クックパッドのレシピに載っている材料のカロリーを表示します。 caloriepadをインストールしてクックパッドのレシピにアクセスするだけで動作します。なお、表示までには少し時間がかかることもありますのでご了承ください。
Informasi Dasar Ekstensi
Nama | |
ID | ajlecdbdhhopiadkcdfkkedmeeanepec |
URL Resmi | https://chromewebstore.google.com/detail/caloriepad/ajlecdbdhhopiadkcdfkkedmeeanepec |
Deskripsi | クックパッドにカロリーを表示するための拡張機能です。 |
Ukuran File | 371 KB |
Jumlah Instalasi | 13 |
Versi Saat Ini | 0.1.1 |
Terakhir Diperbarui | 2017-05-31 |
Tanggal Publikasi | 2017-05-30 |
Pengembang | shimomo |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } ] } |