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 |
Eメール | [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" ] } |