Food New Tab
Using this extension we will find a new food background at every tab of bing
Food New Tabคืออะไร?
Food New Tab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย foodnewtab และคุณลักษณะหลักของมันคือ "Using this extension we will find a new food background at every tab of bing"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Food New Tab
ดาวน์โหลดไฟล์ส่วนขยาย 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" } } |