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.                    

擴展基本資訊

名稱 SO Chat Easy Input Tools SO Chat Easy Input Tools
ID pnbhechmjmooppggjdlpemnagilclbcn
官方網址 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"
    }
}