NiceTab StartPage
StartPage with customizable interface, quick access and weather forecasts
NiceTab StartPage란 무엇입니까?
NiceTab StartPage은(는) http://nicetab.live에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "StartPage with customizable interface, quick access and weather forecasts"입니다.
확장 프로그램 스크린샷
NiceTab StartPage 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Beautiful backgrounds in the new tab together with the clock, weather in your area and a customizable list of links to your favorite services will bring you a good mood every day! This extension replaces default Chrome new tab page with a custom one with some features: ✔️ Random backgrounds and a button to pick next ✔️ Current date, time and day of week ✔️ Current weather in your city (determined by IP) ✔️ Fast access to bookmarks via button on the page ✔️ Links to popular web resources, user can add his own links to this list The page provides a web search box that leads to a Bing search engine. Google is a trademark of Google Inc. This custom backgrounds extension is not endorsed by Google. By clicking "Add to chrome", I accept and agree to install the "NiceTab StartPage" Chrome extension and setting Chrome™ New Tab page to that provided by the service and the Terms of Use and Privacy Policy. Terms of use: https://nicetab.live/terms.html Privacy Policy: https://nicetab.live/privacy.html Contact Us: https://nicetab.live/contact.html
확장 프로그램 기본 정보
이름 | |
ID | dobmhnlkolhhklmcaodfefhejoonalni |
공식 URL | https://chrome.google.com/webstore/detail/nicetab-startpage/dobmhnlkolhhklmcaodfefhejoonalni |
설명 | StartPage with customizable interface, quick access and weather forecasts |
파일 크기 | 1.4 MB |
설치 횟수 | 63,145 |
현재 버전 | 1.10 |
최근 업데이트 | 2020-06-29 |
출시 날짜 | 2020-06-29 |
평점 | 4.65/5 총 37 개의 평점 |
개발자 | http://nicetab.live |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://sites.google.com/view/troyan-commerce-privacy |
지원되는 언어 | en |
manifest.json | |
{ "manifest_version": 2, "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "minimum_chrome_version": "32", "version": "1.10", "name": "NiceTab StartPage", "description": "StartPage with customizable interface, quick access and weather forecasts", "icons": { "128": "icons\/128.png", "36": "icons\/36.png", "19": "icons\/19.png", "16": "icons\/16.png" }, "chrome_url_overrides": { "newtab": "start.html" }, "browser_action": { "default_icon": { "16": "icons\/16.png", "19": "icons\/19.png", "24": "icons\/24.png", "32": "icons\/32.png", "36": "icons\/36.png" } }, "permissions": [ "storage", "unlimitedStorage" ], "background": { "scripts": [ "background.js" ] } } |