SO Chat Easy Input Tools

Adds keyboard shortcuts to the SE Chats

O que é SO Chat Easy Input Tools?

SO Chat Easy Input Tools é uma extensão do Chrome desenvolvida por rlemon, e sua principal característica é "Adds keyboard shortcuts to the SE Chats".

Baixar o arquivo CRX da Extensão SO Chat Easy Input Tools

Baixe arquivos de extensão SO Chat Easy Input Tools no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome SO Chat Easy Input Tools SO Chat Easy Input Tools
ID pnbhechmjmooppggjdlpemnagilclbcn
URL Oficial https://chrome.google.com/webstore/detail/so-chat-easy-input-tools/pnbhechmjmooppggjdlpemnagilclbcn
Descrição Adds keyboard shortcuts to the SE Chats
Tamanho do Arquivo 8.88 KB
Contagem de Instalações 34
Versão Atual 0.0.0.3
Última Atualização 2014-10-13
Data de Publicação 2014-10-13
Classificação 5.00/5 Total de 5 Avaliações
Desenvolvedor rlemon
Tipo de Pagamento free
Idiomas Suportados 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"
    }
}