Shower Thoughts New Tab
Shower Thoughts and Earth Porn
什么是Shower Thoughts New Tab?
Shower Thoughts New Tab是由thenickreynolds开发的Chrome扩展程序,该扩展的主要功能是“Shower Thoughts and Earth Porn”。
扩展截图
下载Shower Thoughts New Tab扩展crx文件
下载Shower Thoughts New Tab扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Spice up your new tab page with quirky quotes from /r/ShowerThoughts and beautiful photos from /r/EarthPorn - a new quote and image each day.
Recent changes:
- Todoist integration
- New refresh button to get a new image and quote early
- Link to GitHub repository
- Loads much faster
- Shows one quote and image per day (helps with speed)
- See a quote from /r/ShowerThoughts and an image from /r/EarthPorn in your new tab
GitHub: https://github.com/thenickreynolds/ShowerThoughts 扩展基本信息
| 名称 | |
| ID | gecolonhalhakngoolfohhnbdhbejhec |
| 官方URL | https://chromewebstore.google.com/detail/shower-thoughts-new-tab/gecolonhalhakngoolfohhnbdhbejhec |
| 简介 | Shower Thoughts and Earth Porn |
| 文件大小 | 96.99 KB |
| 安装次数 | 39 |
| 当前版本 | 1.8 |
| 更新时间 | 2023-12-28 |
| 上架时间 | 2020-04-11 |
| 评分 | 4.67/5 共3次评分 |
| 开发者 | thenickreynolds |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://github.com/thenickreynolds/ShowerThoughts |
| 帮助页面URL | https://github.com/thenickreynolds/ShowerThoughts |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Shower Thoughts New Tab",
"version": "1.8",
"description": "Shower Thoughts and Earth Porn",
"icons": {
"16": "icon.png",
"48": "icon.png",
"128": "icon.png"
},
"permissions": [
"storage"
],
"chrome_url_overrides": {
"newtab": "index.html"
}
} | |