Recipe Sources
Search popular recipes in new tab page.
ما هو Recipe Sources؟
Recipe Sources هو إضافة Chrome تم تطويرها بواسطة melvintaytay23، والميزة الرئيسية لها هي "Search popular recipes in new tab page.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Recipe Sources
قم بتنزيل ملفات الامتداد Recipe Sources بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Easily get access to all popular recipes search results with Recipe Sources. Enjoy up to 1000’s of Free recipes and web search from one place. Permissions used & reasons: "Replace the page you see when opening a new tab" This allows us to show you our product - new tab page with free web search. By installing this extension, you agree to the End User License Agreement (https://recipesources.com/terms-of-use/index.html) and Privacy Policy (https://recipesources.com/privacy-policy/index.html)
معلومات أساسية عن التمديد
الاسم | Recipe Sources |
ID | hdedaehcfnpmpgnpgeiodjjnjplnikch |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/recipe-sources/hdedaehcfnpmpgnpgeiodjjnjplnikch |
الوصف | Search popular recipes in new tab page. |
حجم الملف | 18.06 KB |
عدد التثبيتات | 11,092 |
النسخة الحالية | 21.30.1.101 |
آخر تحديث | 2020-09-11 |
تاريخ النشر | 2020-09-10 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | melvintaytay23 |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
عنوان صفحة سياسة الخصوصية | https://recipesources.com/privacy-policy/index.html |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Recipe Sources", "version": "21.30.1.101", "background": { "scripts": [ "js\/bg.js" ] }, "browser_action": { "default_icon": { "16": "images\/icon16.png", "48": "images\/icon48.png" }, "default_popup": "html\/popup\/popup.html" }, "chrome_url_overrides": { "newtab": "html\/default\/index.html" }, "description": "Search popular recipes in new tab page.", "icons": { "128": "images\/icon128.png", "16": "images\/icon16.png", "48": "images\/icon48.png" }, "web_accessible_resources": [ "*.json", "images\/icon16.png", "images\/icon128.png" ] } |