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"
    }
}