Recipe Sources
Search popular recipes in new tab page.
Qu'est-ce que Recipe Sources ?
Recipe Sources est une extension Chrome développée par melvintaytay23, et sa fonction principale est "Search popular recipes in new tab page.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Recipe Sources
Téléchargez les fichiers d'extension Recipe Sources au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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)
Informations de Base sur l'Extension
Nom | Recipe Sources |
ID | hdedaehcfnpmpgnpgeiodjjnjplnikch |
URL Officiel | https://chromewebstore.google.com/detail/recipe-sources/hdedaehcfnpmpgnpgeiodjjnjplnikch |
Description | Search popular recipes in new tab page. |
Taille du Fichier | 18.06 KB |
Nombre d'Installations | 11,092 |
Version Actuelle | 21.30.1.101 |
Dernière Mise à Jour | 2020-09-11 |
Date de Publication | 2020-09-10 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | melvintaytay23 |
[email protected] | |
Type de Paiement | free |
URL de la Page de Politique de Confidentialité | https://recipesources.com/privacy-policy/index.html |
Langues Prises en Charge | 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" ] } |