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」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

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 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
Eメール [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"
    }
}