Dropchat
Anonymously chat and leave comments on any web page.
Dropchatとは何ですか?
Dropchatはhttp://dropchat.cloudapp.netによって開発されたChromeの拡張機能で、その主な機能は「Anonymously chat and leave comments on any web page.」です。
拡張機能のスクリーンショット
Dropchat拡張機能のCRXファイルをダウンロード
Dropchat拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Dropchat is a simple chat app where the chat room is the URL your browser is currently pointing to. Use Dropchat to have conversations with others viewing the same web content as you. Dropchat is great for discussing news articles or YouTube videos in real time or you can leave comments to be viewed and discussed later. Chat on Facebook music, sports, and movie fan pages with people who aren't your Facebook friends. Use it to find and discuss items on ebay and craigslist or just to chat about the local weather. Simply click the Dropchat button in the top right of Chrome to open the chat/comment window for the current page. If you want to open the chat window as a popup instead of using the Dropchat button you can right click any page and click the Dropchat context menu item.
拡張機能の基本情報
名前 | |
ID | eaejhpdjaoedfbbnajilifkhdngdgbno |
公式URL | https://chrome.google.com/webstore/detail/dropchat/eaejhpdjaoedfbbnajilifkhdngdgbno |
説明 | Anonymously chat and leave comments on any web page. |
ファイルサイズ | 679 KB |
インストール数 | 87 |
現在のバージョン | 2.2.1 |
最終更新日 | 2018-10-29 |
公開日 | 2018-10-29 |
評価 | 4.71/5 合計 7 レビュー |
開発者 | http://dropchat.cloudapp.net |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Dropchat", "description": "Anonymously chat and leave comments on any web page.", "version": "2.2.1", "options_page": "options.html", "background": { "scripts": [ ".\/scripts\/socket.io-client\/socket.io.js", ".\/scripts\/background.js" ], "persistent": true }, "icons": { "16": ".\/img\/icon16.png", "19": ".\/img\/icon19.png", "32": ".\/img\/icon32.png", "48": ".\/img\/icon48.png", "64": ".\/img\/icon64.png", "128": ".\/img\/icon128.png" }, "browser_action": { "default_icon": ".\/img\/icon19.png", "default_popup": "popup.html" }, "permissions": [ "storage", "tabs", "activeTab", "contextMenus" ], "homepage_url": "http:\/\/dropchat.cloudapp.net", "content_security_policy": "script-src 'self' https:\/\/adsbypf.com https:\/\/dropchat.disqus.com\/embed.js https:\/\/a.disquscdn.com\/embed.js; object-src 'self'" } |