Reddit r/random
The new Reddit layout removed the random subreddit button! This will add it back!
Reddit r/randomとは何ですか?
Reddit r/randomはhttp://timothycarambat.comによって開発されたChromeの拡張機能で、その主な機能は「The new Reddit layout removed the random subreddit button! This will add it back!」です。
拡張機能のスクリーンショット
Reddit r/random拡張機能のCRXファイルをダウンロード
Reddit r/random拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
The new layout of Reddit removed the random subreddit button! It was always a good way to find and discover new communities in Reddit. This extensions adds it back seamlessly into the sidebar! **CHANGE LOG** version 1.1: Reddit removed sticky sidebar, so I moved the random button to the sticky top bar.
拡張機能の基本情報
名前 | |
ID | ananajimppbhofggkijnhlkpjbkfpfee |
公式URL | https://chrome.google.com/webstore/detail/reddit-rrandom/ananajimppbhofggkijnhlkpjbkfpfee |
説明 | The new Reddit layout removed the random subreddit button! This will add it back! |
ファイルサイズ | 43.08 KB |
インストール数 | 16 |
現在のバージョン | 1.1 |
最終更新日 | 2018-07-03 |
公開日 | 2018-07-03 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | http://timothycarambat.com |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Reddit r\/random", "description": "The new Reddit layout removed the random subreddit button! This will add it back!", "manifest_version": 2, "version": "1.1", "permissions": [ "activeTab" ], "content_scripts": [ { "matches": [ "https:\/\/www.reddit.com\/*" ], "js": [ "jquery-3.3.1.min.js", "random.js" ] } ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |