Rainy night

This extension provides a nice 'rain' effect on your splash page.

Rainy night là gì?

Rainy night là một tiện ích mở rộng Chrome được phát triển bởi Alexander Harding, và tính năng chính của nó là "This extension provides a nice 'rain' effect on your splash page.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Rainy night

Tải xuống các tệp mở rộng Rainy night dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Rainy night Rainy night
ID pogcoeenpkpdchlmloiehcbabfkfjncf
URL Chính Thức https://chromewebstore.google.com/detail/rainy-night/pogcoeenpkpdchlmloiehcbabfkfjncf
Mô tả This extension provides a nice 'rain' effect on your splash page.
Kích Thước Tệp 2.68 MB
Số Lần Cài Đặt 1,077
Phiên Bản Hiện Tại 0.2.2
Cập Nhật Lần Cuối 2014-09-15
Ngày Phát Hành 2014-09-15
Đánh Giá 4.25/5 Tổng số 44 Đánh Giá
Nhà Phát Triển Alexander Harding
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/aeharding/rainynight
URL Trang Trợ Giúp https://github.com/aeharding/rainynight/issues
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}