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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" } } |