TopRecipeFinder

Get delicious and easy recipes, including healthy appetizers, entrees, and desserts, with this Chrome New Tab extension.

ما هو TopRecipeFinder؟

TopRecipeFinder هو إضافة Chrome تم تطويرها بواسطة https://toprecipefinder.com، والميزة الرئيسية لها هي "Get delicious and easy recipes, including healthy appetizers, entrees, and desserts, with this Chrome New Tab extension.".

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

screenshot

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

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

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

                        Get delicious and easy recipes, including daily recommendations for Breakfast, Lunch, and Dinner, with the TopRecipeFinder extension.  New recipes added everyday!

By clicking "Add to Chrome", I accept and agree to installing the TopRecipeFinder extension and setting Chrome™ New Tab search to that provided by the service and the Terms of Use (https://toprecipefinder.com/terms.html) and Privacy Policy (https://toprecipefinder.com/privacy.html). The extension will update your search settings and will change your New Tab search to services provided by Bing.                    

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

الاسم TopRecipeFinder TopRecipeFinder
ID fdnjiondibmefmnjdbokflohocecpeoa
عنوان URL الرسمي https://chromewebstore.google.com/detail/toprecipefinder/fdnjiondibmefmnjdbokflohocecpeoa
الوصف Get delicious and easy recipes, including healthy appetizers, entrees, and desserts, with this Chrome New Tab extension.
حجم الملف 5.16 MB
عدد التثبيتات 5,381
النسخة الحالية 1.9
آخر تحديث 2021-11-27
تاريخ النشر 2021-07-12
المطور https://toprecipefinder.com
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://toprecipefinder.com/privacy.html
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "settingvariables.js",
            "libs\/jquery3.2.1.min.js",
            "\/js\/storage\/settingsObjBg.js",
            "background.js"
        ]
    },
    "browser_action": {
        "browser_style": true,
        "default_icon": {
            "128": "images\/ext_icon\/icon_128.png",
            "16": "images\/ext_icon\/icon_16.png",
            "19": "images\/ext_icon\/icon_19.png",
            "24": "images\/ext_icon\/icon_24.png",
            "32": "images\/ext_icon\/icon_32.png",
            "48": "images\/ext_icon\/icon_48.png"
        },
        "default_title": "TopRecipeFinder Chrome New Tab Extension"
    },
    "chrome_url_overrides": {
        "newtab": "html\/home1.html"
    },
    "content_security_policy": "script-src 'self'  https:\/\/ssl.google-analytics.com https:\/\/ssl.gstatic.com; object-src 'self'",
    "description": "Get delicious and easy recipes, including healthy appetizers, entrees, and desserts, with this Chrome New Tab extension.",
    "icons": {
        "128": "images\/ext_icon\/icon_128.png",
        "16": "images\/ext_icon\/icon_16.png",
        "19": "images\/ext_icon\/icon_19.png",
        "24": "images\/ext_icon\/icon_24.png",
        "32": "images\/ext_icon\/icon_32.png",
        "48": "images\/ext_icon\/icon_48.png"
    },
    "manifest_version": 2,
    "name": "TopRecipeFinder",
    "permissions": [
        "cookies",
        "chrome:\/\/favicon\/",
        "*:\/\/toprecipefinder.com\/*"
    ],
    "short_name": "TopRecipeFinder",
    "version": "1.9",
    "web_accessible_resources": [
        "libs\/*",
        "images\/*",
        "css\/*",
        "html\/*",
        "icons\/*"
    ]
}