Rainy night
This extension provides a nice 'rain' effect on your splash page.
Rainy night란 무엇입니까?
Rainy night은(는) Alexander Harding에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension provides a nice 'rain' effect on your splash page."입니다.
확장 프로그램 스크린샷
Rainy night 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
The rain effect is live and looks very realistic. The app pulls rainy themed images from an imgur album that I add items to (you can change it to any imgur album, however!). Each time you open a new tab, a random image from the album will load (unless you're offline where a fallback will be used). Please submit new images for the imgur album through the issue tracker on Github! This app is very new, and there's lots of room for improvement! I am probably going to add support for local weather on the page, and conduct an analysis on caching data for faster load upon opening a page. Thanks for looking! :-) Check out the project on Github if you're a developer.
확장 프로그램 기본 정보
이름 | Rainy night |
ID | pogcoeenpkpdchlmloiehcbabfkfjncf |
공식 URL | https://chromewebstore.google.com/detail/rainy-night/pogcoeenpkpdchlmloiehcbabfkfjncf |
설명 | This extension provides a nice 'rain' effect on your splash page. |
파일 크기 | 2.68 MB |
설치 횟수 | 1,077 |
현재 버전 | 0.2.2 |
최근 업데이트 | 2014-09-15 |
출시 날짜 | 2014-09-15 |
평점 | 4.25/5 총 44 개의 평점 |
개발자 | Alexander Harding |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/aeharding/rainynight |
도움말 페이지 URL | https://github.com/aeharding/rainynight/issues |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Rainy night", "icons": { "128": "icon128.png" }, "options_page": "options.html", "description": "This extension provides a nice 'rain' effect on your splash page.", "version": "0.2.2", "chrome_url_overrides": { "newtab": "index.html" }, "offline_enabled": true, "web_accessible_resources": [ "images\/*", "bower_components\/rainyday.js\/rainyday.js", "bower_components\/angular\/angular.js", "index.js", "fonts\/*", "index.css" ] } |