Food New Tab
Using this extension we will find a new food background at every tab of bing
什么是Food New Tab?
Food New Tab是由foodnewtab开发的Chrome扩展程序,该扩展的主要功能是“Using this extension we will find a new food background at every tab of bing”。
扩展截图
下载Food New Tab扩展crx文件
下载Food New Tab扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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
扩展基本信息
名称 | Food New Tab |
ID | jdpnggofnfcpeikkflgahfedglionjnh |
官方URL | https://chromewebstore.google.com/detail/food-new-tab/jdpnggofnfcpeikkflgahfedglionjnh |
简介 | Using this extension we will find a new food background at every tab of bing |
文件大小 | 1.27 MB |
安装次数 | 2,840 |
当前版本 | 1.0.3 |
更新时间 | 2023-05-31 |
上架时间 | 2022-11-20 |
评分 | 4.50/5 共4次评分 |
开发者 | foodnewtab |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://www.foodnewtab.com/ |
隐私政策页面URL | https://foodnewtab.com/privacy.html |
支持的语言 | 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" } } |