Sounds of the rain
Sounds of the rain
Sounds of the rainとは何ですか?
Sounds of the rainはolbarによって開発されたChromeの拡張機能で、その主な機能は「Sounds of the rain」です。
拡張機能のスクリーンショット
Sounds of the rain拡張機能のCRXファイルをダウンロード
Sounds of the rain拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Extension for relaxing, studying, working. 3 sounds of rain.
拡張機能の基本情報
名前 | Sounds of the rain |
ID | lkkkpcjloppajdnoflemfaodcmlajkai |
公式URL | https://chromewebstore.google.com/detail/sounds-of-the-rain/lkkkpcjloppajdnoflemfaodcmlajkai |
説明 | Sounds of the rain |
ファイルサイズ | 10.57 MB |
インストール数 | 99 |
現在のバージョン | 1.0 |
最終更新日 | 2020-08-29 |
公開日 | 2020-08-29 |
評価 | 4.00/5 合計 1 レビュー |
開発者 | olbar |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Sounds of the rain", "description": "Sounds of the rain", "version": "1.0", "manifest_version": 2, "icons": { "128": "icon128.png", "48": "icon48.png", "16": "icon16.png" }, "browser_action": { "default_icon": "icon16.png" }, "background": { "scripts": [ "rain.js" ], "persistent": true } } |