SO Chat Commander
This extension acts as an aide for StackExchange Chat users and provides different local commands to help you!
SO Chat Commander là gì?
SO Chat Commander là một tiện ích mở rộng Chrome được phát triển bởi Tristan Wiley, và tính năng chính của nó là "This extension acts as an aide for StackExchange Chat users and provides different local commands to help you!".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng SO Chat Commander
Tải xuống các tệp mở rộng SO Chat Commander dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | SO Chat Commander |
ID | ncmenjdhegdnihapnlejhfmhkjofppdc |
URL Chính Thức | https://chromewebstore.google.com/detail/so-chat-commander/ncmenjdhegdnihapnlejhfmhkjofppdc |
Mô tả | This extension acts as an aide for StackExchange Chat users and provides different local commands to help you! |
Kích Thước Tệp | 18.74 KB |
Số Lần Cài Đặt | 12 |
Phiên Bản Hiện Tại | 1.79 |
Cập Nhật Lần Cuối | 2019-04-27 |
Ngày Phát Hành | 2019-04-27 |
Đánh Giá | 5.00/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | Tristan Wiley |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |