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 |
官方網址 | 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" ] } |