Gourmet Recipe Manager

Recipe importer and manager for chrome.

Gourmet Recipe Manager क्या है?

Gourmet Recipe Manager tmhinkle द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Recipe importer and manager for chrome."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Gourmet Recipe Manager एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    ]
}