Infinity Weather - Beautiful Weather New Tab
Five day weather forecast, amazing dynamic wallpaper, simple and beautiful new tab.
Infinity Weather - Beautiful Weather New Tab란 무엇입니까?
Infinity Weather - Beautiful Weather New Tab은(는) mifish에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Five day weather forecast, amazing dynamic wallpaper, simple and beautiful new tab."입니다.
확장 프로그램 스크린샷
Infinity Weather - Beautiful Weather New Tab 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Replace new tab with currently time and currently weather. Beautiful Weather is a simple extension that replaces your "New Tab" screen with a new one that shows you the current time and the weather. * You can set the location of the weather yourself. * You can set the background color * You can set the font color By clicking "Add to Chrome", you accept and agree to installing “Infinity Weather - Beautiful Weather New Tab” extension and setting Chrome™ new tab to that provided by the service and the Terms of Use and Privacy Policy. The extension will update your search settings and will change your search engine to be powered by Bing. Privacy Policy: 🔗 https://policies.extfans.com/policies/privacy/infinity-tab.html Term of Use: 🔗 https://policies.extfans.com/policies/terms/infinity-tab.html About Us: 🔗 https://policies.extfans.com/policies/about/infinity-tab.html Contact Us:🔗 https://policies.extfans.com/policies/contact/infinity-tab.html
확장 프로그램 기본 정보
이름 | |
ID | bikddpbcdfldnooogabppjkeihdfalkh |
공식 URL | https://chrome.google.com/webstore/detail/infinity-weather-beautifu/bikddpbcdfldnooogabppjkeihdfalkh |
설명 | Five day weather forecast, amazing dynamic wallpaper, simple and beautiful new tab. |
파일 크기 | 332 KB |
설치 횟수 | 697 |
현재 버전 | 1.2.1 |
최근 업데이트 | 2021-06-10 |
출시 날짜 | 2019-05-22 |
평점 | 4.33/5 총 9 개의 평점 |
개발자 | mifish |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://policies.extfans.com/policies/privacy/infinity-tab.html |
지원되는 언어 | en,zh-CN |
manifest.json | |
{ "background": { "page": "pages\/background.html", "persistent": true }, "browser_action": { "default_icon": { "128": "icons\/128.png", "32": "icons\/32.png", "48": "icons\/48.png", "96": "icons\/96.png" } }, "chrome_url_overrides": { "newtab": "pages\/newtab.html" }, "default_locale": "en", "description": "__MSG_extdesc__", "icons": { "128": "icons\/128.png", "32": "icons\/32.png", "48": "icons\/48.png", "96": "icons\/96.png" }, "manifest_version": 2, "minimum_chrome_version": "65", "name": "__MSG_extname__", "optional_permissions": [], "permissions": [ "storage", "https:\/\/*.extfans.com\/", "https:\/\/*.yahoo.com\/", "https:\/\/*.ipstack.com\/" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.2.1" } |