NatureTab
Relive your new tab!
NatureTab란 무엇입니까?
NatureTab은(는) GriLime Corporation에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Relive your new tab!"입니다.
확장 프로그램 스크린샷
NatureTab 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
A new tab in your favorite browser will no longer be boring and monotonous. With this extension, you can easily change the standard background of a new tab to a more beautiful natural landscape in just two clicks. But that's not all, our extension will allow you to always be aware of the current weather situation in your city. You no longer need to visit third-party sites to get information about the time or weather in your location. Try it and you will get a completely different experience using chrome! Features: - Display the time and weather in your current city - Change the search in omnibox to Bing. We are always working on new features, please use the support page to request features, and please leave us a great review if you have a few minutes! By clicking "Add to chrome", I accept and agree to install the "NatureTab" Chrome extension and setting Chrome™ New Tab page to that provided by the service and the Terms of Use https://grilime.com/terms-of-use-end-user-license-agreement/ and Privacy Policy https://grilime.com/privacy-policy/ Contact us https://grilime.com/contact/
확장 프로그램 기본 정보
이름 | |
ID | lhhpmemdchndbmbjpfmnipfbhajmkcmi |
공식 URL | https://chrome.google.com/webstore/detail/naturetab/lhhpmemdchndbmbjpfmnipfbhajmkcmi |
설명 | Relive your new tab! |
파일 크기 | 11.32 MB |
설치 횟수 | 20,000 |
현재 버전 | 1.1 |
최근 업데이트 | 2020-07-05 |
출시 날짜 | 2020-07-05 |
평점 | 5.00/5 총 6 개의 평점 |
개발자 | GriLime Corporation |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://grilime.com/ |
도움말 페이지 URL | https://grilime.com/contact/ |
개인정보 보호 정책 페이지 URL | https://grilime.com/privacy-policy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": { "128": "icon-128.png", "48": "icon-48.png", "16": "icon-16.png" } }, "chrome_url_overrides": { "newtab": "tab.html" }, "description": "Relive your new tab!", "icons": { "128": "icon-128.png", "48": "icon-48.png", "16": "icon-16.png" }, "permissions": [ "storage" ], "manifest_version": 2, "minimum_chrome_version": "32", "name": "NatureTab", "version": "1.1" } |