Random Shower Thoughts

This extension shows a random shower thought from todays top /r/showerthoughts

什么是Random Shower Thoughts?

Random Shower Thoughts是由Dan Walker开发的Chrome扩展程序,该扩展的主要功能是“This extension shows a random shower thought from todays top /r/showerthoughts”。

扩展截图

screenshot
screenshot

下载Random Shower Thoughts扩展crx文件

下载Random Shower Thoughts扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Random Shower Thoughts brings you a random shower thought from /r/showerthoughts.

The quotes displayed are fetched from the currently hottest submissions to /r/showerthoughts, with a link to the thread and the authors name displayed underneath. 

Now every time you open a new tab you get some incredibly inspiring advice and food for thought, such as "The NBA's website should be www.nba.net." or even "Becoming a millionaire has a whole new meaning if you're a billionaire.".                    

扩展基本信息

名称 Random Shower Thoughts Random Shower Thoughts
ID icecikijkakfiloiblnnoacpgefegpec
官方URL https://chrome.google.com/webstore/detail/random-shower-thoughts/icecikijkakfiloiblnnoacpgefegpec
简介 This extension shows a random shower thought from todays top /r/showerthoughts
文件大小 53.83 KB
安装次数 15
当前版本 1.0
更新时间 2015-05-02
上架时间 2015-05-02
评分 5.00/5 共1次评分
开发者 Dan Walker
付费类型 free
扩展官网 http://www.danwalker.com
支持的语言 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Random Shower Thoughts",
    "description": "This extension shows a random shower thought from todays top \/r\/showerthoughts",
    "version": "1.0",
    "permissions": [
        "http:\/\/reddit.com\/r\/showerthoughts.json",
        "https:\/\/reddit.com\/r\/showerthoughts.json",
        "storage"
    ],
    "chrome_url_overrides": {
        "newtab": "custom.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}