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