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 |
官方網址 | 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.*" ] } |