BetterRecipes
Improve your AllRecipes Experience
什么是BetterRecipes?
BetterRecipes是由agfaulkner开发的Chrome扩展程序,该扩展的主要功能是“Improve your AllRecipes Experience”。
扩展截图
下载BetterRecipes扩展crx文件
下载BetterRecipes扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | BetterRecipes |
ID | maoelcjgahpimbdpiadlpmgnbdhgoapj |
官方URL | https://chromewebstore.google.com/detail/betterrecipes/maoelcjgahpimbdpiadlpmgnbdhgoapj |
简介 | Improve your AllRecipes Experience |
文件大小 | 14.38 KB |
安装次数 | 24 |
当前版本 | 1.0.3 |
更新时间 | 2019-04-15 |
上架时间 | 2019-04-15 |
开发者 | agfaulkner |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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" ] } |