Rain Tab
Replaces new tab with rain, a light, and a clock. That's what you get.
Rain Tab란 무엇입니까?
Rain Tab은(는) danielckesler에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Replaces new tab with rain, a light, and a clock. That's what you get."입니다.
확장 프로그램 스크린샷
Rain Tab 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
For those of us who enjoy a good rain, but just can't get outside to see one. jQuery, CSS Animation, Canvas, AngularJS.
확장 프로그램 기본 정보
이름 | |
ID | jlaalbcacighlmcfgggnkloahkohfddl |
공식 URL | https://chrome.google.com/webstore/detail/rain-tab/jlaalbcacighlmcfgggnkloahkohfddl |
설명 | Replaces new tab with rain, a light, and a clock. That's what you get. |
파일 크기 | 363 KB |
설치 횟수 | 143 |
현재 버전 | 0.0.7 |
최근 업데이트 | 2015-02-11 |
출시 날짜 | 2015-02-11 |
평점 | 4.74/5 총 19 개의 평점 |
개발자 | danielckesler |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Rain Tab", "description": "Replaces new tab with rain, a light, and a clock. That's what you get.", "version": "0.0.7", "manifest_version": 2, "permissions": [ "management" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "icons": { "16": "imgs\/icon16.png", "48": "imgs\/icon48.png", "128": "imgs\/icon128.png" }, "chrome_url_overrides": { "newtab": "index.html" } } |