Food New Tab
Using this extension we will find a new food background at every tab of bing
Was ist Food New Tab?
Food New Tab ist eine Chrome-Erweiterung, die von foodnewtab entwickelt wurde, und ihr Hauptmerkmal ist "Using this extension we will find a new food background at every tab of bing".
Erweiterungsscreenshots
Food New Tab-Erweiterungs-CRX-Datei herunterladen
Laden Sie Food New Tab-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | Food New Tab |
ID | jdpnggofnfcpeikkflgahfedglionjnh |
Offizielle URL | https://chromewebstore.google.com/detail/food-new-tab/jdpnggofnfcpeikkflgahfedglionjnh |
Beschreibung | Using this extension we will find a new food background at every tab of bing |
Dateigröße | 1.27 MB |
Installationsanzahl | 2,840 |
Aktuelle Version | 1.0.3 |
Letztes Update | 2023-05-31 |
Veröffentlichungsdatum | 2022-11-20 |
Bewertung | 4.50/5 Insgesamt 4 Bewertungen |
Entwickler | foodnewtab |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://www.foodnewtab.com/ |
URL der Datenschutzrichtlinien-Seite | https://foodnewtab.com/privacy.html |
Unterstützte Sprachen | 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" } } |