RedditChat
Chat with other users in real-time on Reddit.com
RedditChatとは何ですか?
RedditChatはmattstrikesによって開発されたChromeの拡張機能で、その主な機能は「Chat with other users in real-time on Reddit.com」です。
拡張機能のスクリーンショット
RedditChat拡張機能のCRXファイルをダウンロード
RedditChat拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Add a real-time chat window to all Reddit comment threads and talk to other RedditChat users. RedditChat connects you with likeminded people to discuss current events, great for: * breaking news * sports games * AMAs * TV shows Note: user must be logged in to Reddit to use!
拡張機能の基本情報
名前 | |
ID | nfnghkklhcimalbkmgonecegncodeajo |
公式URL | https://chrome.google.com/webstore/detail/redditchat/nfnghkklhcimalbkmgonecegncodeajo |
説明 | Chat with other users in real-time on Reddit.com |
ファイルサイズ | 198 KB |
インストール数 | 13 |
現在のバージョン | 0.0.4 |
最終更新日 | 2014-06-13 |
公開日 | 2014-06-13 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | mattstrikes |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "RedditChat", "description": "Chat with other users in real-time on Reddit.com", "version": "0.0.4", "icons": { "16": "16.png", "48": "48.png", "128": "128.png" }, "browser_action": { "default_title": "RedditChat - real-time chat for Reddit!", "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "https:\/\/www.reddit.com\/*", "http:\/\/www.reddit.com\/*", "tabs", "activeTab", "storage" ], "content_scripts": [ { "matches": [ "http:\/\/www.reddit.com\/*" ], "js": [ "socketio.js", "insto.js", "jquery.js", "bootstrap.min.js", "redditchat.js" ], "css": [ "bootstrap.min.css", "redditchat.css" ] } ], "web_accessible_resources": [ "icon.png", "glyphicons-halflings-regular.*" ] } |