Gourmet Recipe Manager
Recipe importer and manager for chrome.
Gourmet Recipe Managerとは何ですか?
Gourmet Recipe Managerはtmhinkleによって開発されたChromeの拡張機能で、その主な機能は「Recipe importer and manager for chrome.」です。
拡張機能のスクリーンショット
Gourmet Recipe Manager拡張機能のCRXファイルをダウンロード
Gourmet Recipe Manager拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Recipe Importer for Chrome. Works in tandem with recipe database at https://www.gourmetrecipemanager.com to allow users to store recipes from websites locally and in the cloud for later search and retrieval. This is the first release of a web-based port of the award-winning Gourmet Recipe Manager desktop free software. Currently, we support basic search, assisted import from websites, multiplying recipes, setting timers, highlighting ingredients, and generating shopping lists.
拡張機能の基本情報
名前 | Gourmet Recipe Manager |
ID | bhneoidcckdhbjhmcpgbhhnapbbbojik |
公式URL | https://chromewebstore.google.com/detail/gourmet-recipe-manager/bhneoidcckdhbjhmcpgbhhnapbbbojik |
説明 | Recipe importer and manager for chrome. |
ファイルサイズ | 981 KB |
インストール数 | 118 |
現在のバージョン | 0.1 |
最終更新日 | 2020-07-13 |
公開日 | 2020-07-12 |
開発者 | tmhinkle |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://www.gourmetrecipemanager.com |
ヘルプページのURL | https://www.gourmetrecipemanager.com/support |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Gourmet Recipe Manager", "short_name": "Gourmet", "description": "Recipe importer and manager for chrome.", "version": "0.1", "manifest_version": 2, "icons": { "128": "GourmetChromeIcon.png" }, "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "images\/cookie.png", "default_title": "Gourmet click" }, "permissions": [ "activeTab", "contextMenus" ], "externally_connectable": { "matches": [ "https:\/\/www.gourmetrecipemanager.com\/*", "https:\/\/gourmetrecipemanager.com\/*", "https:\/\/localhost:*\/*", "http:\/\/localhost:*\/*" ] }, "web_accessible_resources": [ "embed.js", "images\/cookie.png", "background.js.map", "content.js.map", "embed.js.map" ] } |