SO Chat Commander
This extension acts as an aide for StackExchange Chat users and provides different local commands to help you!
SO Chat Commanderとは何ですか?
SO Chat CommanderはTristan Wileyによって開発されたChromeの拡張機能で、その主な機能は「This extension acts as an aide for StackExchange Chat users and provides different local commands to help you!」です。
拡張機能のスクリーンショット
SO Chat Commander拡張機能のCRXファイルをダウンロード
SO Chat Commander拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Chat Commander is a client side Chrome extension that integrates commands for your use on any Stackexchange Chat. So far there are these commands here /collapse /uncollapse /giphy/shruggie /replyLast /cat /dog /kiddo /tableflip /disapprove So, collapse and uncollapse are self-explanatory, they take any onebox chat message (Wikipedia, SO Question/Answer, Youtube, Image, etc.) and collapse it /giphy will send a Gifs to the chat according to anything you send after it. /shruggie will send a ¯\(ツ)/¯ /replyLast will reply to the last message sent with the message . /cat will post a random cat picture /dog will post a random cat picture
拡張機能の基本情報
名前 | SO Chat Commander |
ID | ncmenjdhegdnihapnlejhfmhkjofppdc |
公式URL | https://chromewebstore.google.com/detail/so-chat-commander/ncmenjdhegdnihapnlejhfmhkjofppdc |
説明 | This extension acts as an aide for StackExchange Chat users and provides different local commands to help you! |
ファイルサイズ | 18.74 KB |
インストール数 | 12 |
現在のバージョン | 1.79 |
最終更新日 | 2019-04-27 |
公開日 | 2019-04-27 |
評価 | 5.00/5 合計 3 レビュー |
開発者 | Tristan Wiley |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "SO Chat Commander", "description": "This extension acts as an aide for StackExchange Chat users and provides different local commands to help you!", "version": "1.79", "options_page": "options.html", "content_scripts": [ { "matches": [ "*:\/\/chat.stackoverflow.com\/*", "*:\/\/chat.stackexchange.com\/*", "*:\/\/chat.meta.stackexchange.com\/*" ], "js": [ "background.js" ], "css": [ "style.css" ] } ], "browser_action": { "default_icon": "icon.png" }, "permissions": [ "storage" ] } |