UP Tab
UP brings you a NewTab with Time, Date and Search
UP Tab란 무엇입니까?
UP Tab은(는) https://coinup.org에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "UP brings you a NewTab with Time, Date and Search"입니다.
확장 프로그램 스크린샷
UP Tab 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
UP Tab will replace your default Newtab. UP Tab will show you Time, Date and beautiful wallpaper. Search with CoinUP and earn points to spend on your favorite games or gift cards. Go to coinup.org for more info
확장 프로그램 기본 정보
이름 | UP Tab |
ID | ackfacgcbokflmiamcckdpcmdnkommof |
공식 URL | https://chromewebstore.google.com/detail/up-tab/ackfacgcbokflmiamcckdpcmdnkommof |
설명 | UP brings you a NewTab with Time, Date and Search |
파일 크기 | 2.17 MB |
설치 횟수 | 31,273 |
현재 버전 | 2.0.2 |
최근 업데이트 | 2019-06-20 |
출시 날짜 | 2019-06-20 |
평점 | 4.50/5 총 6 개의 평점 |
개발자 | https://coinup.org |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://coinup.org |
도움말 페이지 URL | http://coinup.org/view.aspx?s=howto |
개인정보 보호 정책 페이지 URL | https://coinup.org/privacy-policy.html |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "page": "background.html" }, "name": "UP Tab", "version": "2.0.2", "manifest_version": 2, "description": "UP brings you a NewTab with Time, Date and Search", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "chrome_url_overrides": { "newtab": "index.html" }, "permissions": [ "tabs" ] } |