Rainy

Add rainymood sounds. Logo designed by Freepik.com. Icons designed by Google

Rainy là gì?

Rainy là một tiện ích mở rộng Chrome được phát triển bởi Michael Yuan, và tính năng chính của nó là "Add rainymood sounds. Logo designed by Freepik.com. Icons designed by Google".

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

screenshot

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

Tải xuống các tệp mở rộng Rainy 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

                        Loops the 30 minute version of the RainyMood mp3 in the background as you work. Also includes an fully customizable and interactive rain simulation.

Made by Michael Yuan. Logo by Freepik.com. Icons by Google. Rain Animations by Sheepeuh.com and Michael Yuan.                    

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

Tên Rainy Rainy
ID lcbmijabmhohpnmdjbioodhdlaimbdcf
URL Chính Thức https://chromewebstore.google.com/detail/rainy/lcbmijabmhohpnmdjbioodhdlaimbdcf
Mô tả Add rainymood sounds. Logo designed by Freepik.com. Icons designed by Google
Kích Thước Tệp 31.02 MB
Số Lần Cài Đặt 7,463
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2015-06-23
Ngày Phát Hành 2015-06-23
Đánh Giá 4.67/5 Tổng số 69 Đánh Giá
Nhà Phát Triển Michael Yuan
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Rainy",
    "manifest_version": 2,
    "version": "1.1",
    "description": "Add rainymood sounds. Logo designed by Freepik.com. Icons designed by Google",
    "background": {
        "scripts": [
            "bg.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "dim.png",
        "default_title": "Make It Rain",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage"
    ],
    "icons": {
        "256": "icon.png"
    }
}