BetterRecipes

Improve your AllRecipes Experience

ما هو BetterRecipes؟

BetterRecipes هو إضافة Chrome تم تطويرها بواسطة agfaulkner، والميزة الرئيسية لها هي "Improve your AllRecipes Experience".

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

screenshot

تحميل ملف CRX للإضافة BetterRecipes

قم بتنزيل ملفات الامتداد BetterRecipes بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Improve your AllRecipes experience by decluttering the page and placing both the ingredients and instructions side by side. 

Click the serving tray icon to download a simple text version of the recipe.                    

معلومات أساسية عن التمديد

الاسم BetterRecipes BetterRecipes
ID maoelcjgahpimbdpiadlpmgnbdhgoapj
عنوان URL الرسمي https://chromewebstore.google.com/detail/betterrecipes/maoelcjgahpimbdpiadlpmgnbdhgoapj
الوصف Improve your AllRecipes Experience
حجم الملف 14.38 KB
عدد التثبيتات 24
النسخة الحالية 1.0.3
آخر تحديث 2019-04-15
تاريخ النشر 2019-04-15
المطور agfaulkner
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "BetterRecipes",
    "version": "1.0.3",
    "description": "Improve your AllRecipes Experience",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.allrecipes.com\/recipe\/*"
            ],
            "js": [
                "BetterRecipes.js"
            ]
        }
    ],
    "page_action": {
        "default_icon": "\/icons\/tray.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "downloads"
    ]
}