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. 扩展基本信息
| 名称 | |
| 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 |
| 电子邮箱 | [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
}
} | |