SO Chat Easy Input Tools

Adds keyboard shortcuts to the SE Chats

Cos'è SO Chat Easy Input Tools?

SO Chat Easy Input Tools è un'estensione di Chrome sviluppata da rlemon, e la sua funzione principale è "Adds keyboard shortcuts to the SE Chats".

Scarica il file CRX dell'estensione SO Chat Easy Input Tools

Scarica i file di estensione SO Chat Easy Input Tools in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome SO Chat Easy Input Tools SO Chat Easy Input Tools
ID pnbhechmjmooppggjdlpemnagilclbcn
URL Ufficiale https://chrome.google.com/webstore/detail/so-chat-easy-input-tools/pnbhechmjmooppggjdlpemnagilclbcn
Descrizione Adds keyboard shortcuts to the SE Chats
Dimensione del File 8.88 KB
Conteggio Installazioni 34
Versione Corrente 0.0.0.3
Ultimo Aggiornamento 2014-10-13
Data di Pubblicazione 2014-10-13
Valutazione 5.00/5 Totale 5 Valutazioni
Sviluppatore rlemon
Tipo di Pagamento free
Lingue Supportate 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"
    }
}