SO Chat Easy Input Tools
Adds keyboard shortcuts to the SE Chats
SO Chat Easy Input Toolsとは何ですか?
SO Chat Easy Input Toolsはrlemonによって開発されたChromeの拡張機能で、その主な機能は「Adds keyboard shortcuts to the SE Chats」です。
SO Chat Easy Input Tools拡張機能のCRXファイルをダウンロード
SO Chat Easy Input Tools拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Provides keyboard shortcuts for common text formatting commands, reducing the dependency on mouse usage. Current version does not have a configurable set of hotkeys but later versions will. How to use. All of the following commands are run if the user has focus in the chat input area. ALT + A inserts a link. ALT + T inserts a site-tag. ALT + B formats text to bold. ALT + I formats text to italics. ALT + S formats text to strike-through. ALT + C formats text to code. ALT + E formats text to emote.
拡張機能の基本情報
名前 | |
ID | pnbhechmjmooppggjdlpemnagilclbcn |
公式URL | https://chrome.google.com/webstore/detail/so-chat-easy-input-tools/pnbhechmjmooppggjdlpemnagilclbcn |
説明 | Adds keyboard shortcuts to the SE Chats |
ファイルサイズ | 8.88 KB |
インストール数 | 34 |
現在のバージョン | 0.0.0.3 |
最終更新日 | 2014-10-13 |
公開日 | 2014-10-13 |
評価 | 5.00/5 合計 5 レビュー |
開発者 | rlemon |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "SO Chat Easy Input Tools", "description": "Adds keyboard shortcuts to the SE Chats", "version": "0.0.0.3", "manifest_version": 2, "content_scripts": [ { "matches": [ "http:\/\/chat.stackoverflow.com\/*", "http:\/\/chat.stackexchange.com\/*" ], "js": [ "script.js" ] } ], "icons": { "128": "icon_128.png" } } |