Gourmet Recipe Manager
Recipe importer and manager for chrome.
Gourmet Recipe Manager là gì?
Gourmet Recipe Manager là một tiện ích mở rộng Chrome được phát triển bởi tmhinkle, và tính năng chính của nó là "Recipe importer and manager for chrome.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Gourmet Recipe Manager
Tải xuống các tệp mở rộng Gourmet Recipe Manager dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Gourmet Recipe Manager |
ID | bhneoidcckdhbjhmcpgbhhnapbbbojik |
URL Chính Thức | https://chromewebstore.google.com/detail/gourmet-recipe-manager/bhneoidcckdhbjhmcpgbhhnapbbbojik |
Mô tả | Recipe importer and manager for chrome. |
Kích Thước Tệp | 981 KB |
Số Lần Cài Đặt | 118 |
Phiên Bản Hiện Tại | 0.1 |
Cập Nhật Lần Cuối | 2020-07-13 |
Ngày Phát Hành | 2020-07-12 |
Nhà Phát Triển | tmhinkle |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.gourmetrecipemanager.com |
URL Trang Trợ Giúp | https://www.gourmetrecipemanager.com/support |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |