Food New Tab
Using this extension we will find a new food background at every tab of bing
Qu'est-ce que Food New Tab ?
Food New Tab est une extension Chrome développée par foodnewtab, et sa fonction principale est "Using this extension we will find a new food background at every tab of bing".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Food New Tab
Téléchargez les fichiers d'extension Food New Tab 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
Food is a lot of people's therapy - when we say comfort food, we mean that. It's releasing dopamine and serotonin in your brain that makes you feel good. Introducing the Food New Tab extension feature to your browser which changes every background image while switching up a New tab. The searches on the tab bring out the results in Microsoft Bing to give you a better browsing experience. Terms of Service: https://www.foodnewtab.com/terms.html Privacy Policy: https://www.foodnewtab.com/privacy.html
Informations de Base sur l'Extension
Nom | Food New Tab |
ID | jdpnggofnfcpeikkflgahfedglionjnh |
URL Officiel | https://chromewebstore.google.com/detail/food-new-tab/jdpnggofnfcpeikkflgahfedglionjnh |
Description | Using this extension we will find a new food background at every tab of bing |
Taille du Fichier | 1.27 MB |
Nombre d'Installations | 2,840 |
Version Actuelle | 1.0.3 |
Dernière Mise à Jour | 2023-05-31 |
Date de Publication | 2022-11-20 |
Évaluation | 4.50/5 Total 4 Évaluations |
Développeur | foodnewtab |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://www.foodnewtab.com/ |
URL de la Page de Politique de Confidentialité | https://foodnewtab.com/privacy.html |
Langues Prises en Charge | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "service_worker": "background.js" }, "icons": { "16": "food.png", "48": "food.png", "128": "food.png" }, "manifest_version": 3, "name": "Food New Tab", "version": "1.0.3", "description": "Using this extension we will find a new food background at every tab of bing", "permissions": [ "cookies", "storage" ], "host_permissions": [ "*:\/\/foodnewtab.com\/", "*:\/\/*.foodnewtab.com\/" ], "chrome_url_overrides": { "newtab": "Food_New_Tab.html" }, "action": { "default_icon": "food.png" } } |