Gourmet Recipe Manager

Recipe importer and manager for chrome.

Co je Gourmet Recipe Manager?

Gourmet Recipe Manager je rozšíření Chrome vyvinuté tmhinkle, a jeho hlavní funkcí je „Recipe importer and manager for chrome.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Gourmet Recipe Manager

Stáhněte si soubory rozšíření Gourmet Recipe Manager ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Gourmet Recipe Manager Gourmet Recipe Manager
ID bhneoidcckdhbjhmcpgbhhnapbbbojik
Oficiální URL https://chromewebstore.google.com/detail/gourmet-recipe-manager/bhneoidcckdhbjhmcpgbhhnapbbbojik
Popis Recipe importer and manager for chrome.
Velikost souboru 981 KB
Počet instalací 118
Aktuální Verze 0.1
Poslední Aktualizace 2020-07-13
Datum Vydání 2020-07-12
Vývojář tmhinkle
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://www.gourmetrecipemanager.com
URL Stránky Nápovědy https://www.gourmetrecipemanager.com/support
Podporované Jazyky 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"
    ]
}