BetterRecipes
Improve your AllRecipes Experience
Apa itu BetterRecipes?
BetterRecipes adalah ekstensi Chrome yang dikembangkan oleh agfaulkner, dan fitur utamanya adalah "Improve your AllRecipes Experience".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi BetterRecipes
Unduh file ekstensi BetterRecipes 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
Improve your AllRecipes experience by decluttering the page and placing both the ingredients and instructions side by side. Click the serving tray icon to download a simple text version of the recipe.
Informasi Dasar Ekstensi
Nama | BetterRecipes |
ID | maoelcjgahpimbdpiadlpmgnbdhgoapj |
URL Resmi | https://chromewebstore.google.com/detail/betterrecipes/maoelcjgahpimbdpiadlpmgnbdhgoapj |
Deskripsi | Improve your AllRecipes Experience |
Ukuran File | 14.38 KB |
Jumlah Instalasi | 24 |
Versi Saat Ini | 1.0.3 |
Terakhir Diperbarui | 2019-04-15 |
Tanggal Publikasi | 2019-04-15 |
Pengembang | agfaulkner |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "BetterRecipes", "version": "1.0.3", "description": "Improve your AllRecipes Experience", "content_scripts": [ { "matches": [ "https:\/\/www.allrecipes.com\/recipe\/*" ], "js": [ "BetterRecipes.js" ] } ], "page_action": { "default_icon": "\/icons\/tray.png" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "downloads" ] } |