Gourmet Recipe Manager

Recipe importer and manager for chrome.

ما هو Gourmet Recipe Manager؟

Gourmet Recipe Manager هو إضافة Chrome تم تطويرها بواسطة tmhinkle، والميزة الرئيسية لها هي "Recipe importer and manager for chrome.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Gourmet Recipe Manager

قم بتنزيل ملفات الامتداد Gourmet Recipe Manager بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
عنوان صفحة المساعدة 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"
    ]
}