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文件
下載Rainy night擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
官方網址 | 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" ] } |