Food New Tab

Using this extension we will find a new food background at every tab of bing

Food New Tab là gì?

Food New Tab là một tiện ích mở rộng Chrome được phát triển bởi foodnewtab, và tính năng chính của nó là "Using this extension we will find a new food background at every tab of bing".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Food New Tab

Tải xuống các tệp mở rộng Food New Tab dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Food New Tab Food New Tab
ID jdpnggofnfcpeikkflgahfedglionjnh
URL Chính Thức https://chromewebstore.google.com/detail/food-new-tab/jdpnggofnfcpeikkflgahfedglionjnh
Mô tả Using this extension we will find a new food background at every tab of bing
Kích Thước Tệp 1.27 MB
Số Lần Cài Đặt 2,840
Phiên Bản Hiện Tại 1.0.3
Cập Nhật Lần Cuối 2023-05-31
Ngày Phát Hành 2022-11-20
Đánh Giá 4.50/5 Tổng số 4 Đánh Giá
Nhà Phát Triển foodnewtab
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.foodnewtab.com/
URL Trang Chính Sách Bảo Mật https://foodnewtab.com/privacy.html
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}