Shower Thoughts
Shower Thoughts, provided by reddit
什么是Shower Thoughts?
Shower Thoughts是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“Shower Thoughts, provided by reddit”。
扩展截图
下载Shower Thoughts扩展crx文件
下载Shower Thoughts扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension will show you a random shower thought from the subreddit /r/showerthoughts when you open up a new tab. 扩展基本信息
| 名称 | |
| ID | hjibjhpjcadkapadeafciofkmneeicdm |
| 官方URL | https://chromewebstore.google.com/detail/shower-thoughts/hjibjhpjcadkapadeafciofkmneeicdm |
| 简介 | Shower Thoughts, provided by reddit |
| 文件大小 | 2.16 MB |
| 安装次数 | 12 |
| 当前版本 | 1.0 |
| 更新时间 | 2014-11-08 |
| 上架时间 | 2014-11-08 |
| 评分 | 3.50/5 共2次评分 |
| 开发者 | Unknown |
| 付费类型 | free |
| 扩展官网 | http://www.emich.be |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Shower Thoughts",
"description": "Shower Thoughts, provided by reddit",
"version": "1.0",
"permissions": [
"https:\/\/www.reddit.com\/*"
],
"chrome_url_overrides": {
"newtab": "index.html"
},
"icons": {
"16": "shower16.png",
"48": "shower48.png",
"128": "shower128.png"
}
} | |