Gourmet Recipe Manager

Recipe importer and manager for chrome.

什么是Gourmet Recipe Manager?

Gourmet Recipe Manager是由tmhinkle开发的Chrome扩展程序,该扩展的主要功能是“Recipe importer and manager for chrome.”。

扩展截图

screenshot

下载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 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
电子邮箱 [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"
    ]
}