Revolution New Tab
Replaces the default new tab page with a better one.
Revolution New Tab란 무엇입니까?
Revolution New Tab은(는) Revolution New Tab에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Replaces the default new tab page with a better one."입니다.
확장 프로그램 스크린샷
Revolution New Tab 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Replaces the default new tab page with a more customisable one. Change links, icons, colours, background images and widgets. CHANGELOG Version 1.01 - Improved load times from ~350ms to ~150ms - Fixed occasional on-off switch rendering bugs - Empty icons on default page are now hidden - Removed some animations to improve performance Version 1.1 - Added option for transparent icons - Flatter design - Removed weather funtionality until a more reliable alternative is available - Replaced weather funtionality with time and date, once weather is re-added, will add a toggle - Added stopwatch (can be switched with time and date) Version 1.11 - Switched from incrementing timing to delta timing to make it more reliable Version 1.12 - Minor style changes
확장 프로그램 기본 정보
이름 | Revolution New Tab |
ID | nonfgobbbcffenfbkdgnafikbadicaan |
공식 URL | https://chromewebstore.google.com/detail/revolution-new-tab/nonfgobbbcffenfbkdgnafikbadicaan |
설명 | Replaces the default new tab page with a better one. |
파일 크기 | 896 KB |
설치 횟수 | 150 |
현재 버전 | 1.12 |
최근 업데이트 | 2017-11-27 |
출시 날짜 | 2017-11-27 |
평점 | 4.88/5 총 8 개의 평점 |
개발자 | Revolution New Tab |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Revolution New Tab", "description": "Replaces the default new tab page with a better one.", "manifest_version": 2, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "version": "1.12", "permissions": [ "storage" ], "chrome_url_overrides": { "newtab": "index.html" }, "icons": { "16": "css\/img\/icon16.png", "32": "css\/img\/icon32.png", "48": "css\/img\/icon48.png" } } |