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