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.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载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 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"
    ]
}