Random Colored New Tab
When enabled, new tabs display a blank page with a random background color instead of the usual new tab page with the defaults.
Random Colored New Tab란 무엇입니까?
Random Colored New Tab은(는) Anacron에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "When enabled, new tabs display a blank page with a random background color instead of the usual new tab page with the defaults."입니다.
확장 프로그램 스크린샷
Random Colored New Tab 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
The name says it all! When installed and enabled, new tabs display a blank page with a random background color instead of the usual new tab page with the default look and feel. The extension is fairly simple and does not access any personal data or cookies on your browser.
확장 프로그램 기본 정보
이름 | Random Colored New Tab |
ID | kponglbcecpfdmcggikbhomhfgmjlolh |
공식 URL | https://chromewebstore.google.com/detail/random-colored-new-tab/kponglbcecpfdmcggikbhomhfgmjlolh |
설명 | When enabled, new tabs display a blank page with a random background color instead of the usual new tab page with the defaults. |
파일 크기 | 104 KB |
설치 횟수 | 404 |
현재 버전 | 1.6 |
최근 업데이트 | 2012-09-11 |
출시 날짜 | 2012-09-11 |
평점 | 2.33/5 총 15 개의 평점 |
개발자 | Anacron |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Random Colored New Tab", "version": "1.6", "manifest_version": 2, "description": "When enabled, new tabs display a blank page with a random background color instead of the usual new tab page with the defaults.", "chrome_url_overrides": { "newtab": "random_new_page.html" }, "icons": { "32": "icon_32.png", "64": "icon_64.png", "128": "icon_128.png" } } |