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 |
官方網址 | 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 |
電子郵箱 | [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" ] } |