SO Chat Easy Input Tools

Adds keyboard shortcuts to the SE Chats

Wat is SO Chat Easy Input Tools?

SO Chat Easy Input Tools is een Chrome-extensie ontwikkeld door rlemon, en de belangrijkste functie is "Adds keyboard shortcuts to the SE Chats".

Download het CRX-bestand van de extensie SO Chat Easy Input Tools

Download SO Chat Easy Input Tools-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam SO Chat Easy Input Tools SO Chat Easy Input Tools
ID pnbhechmjmooppggjdlpemnagilclbcn
Officiële URL https://chrome.google.com/webstore/detail/so-chat-easy-input-tools/pnbhechmjmooppggjdlpemnagilclbcn
Beschrijving Adds keyboard shortcuts to the SE Chats
Bestandsgrootte 8.88 KB
Aantal Installaties 34
Huidige Versie 0.0.0.3
Laatst Bijgewerkt 2014-10-13
Publicatiedatum 2014-10-13
Beoordeling 5.00/5 Totaal 5 Beoordelingen
Ontwikkelaar rlemon
Betalingswijze free
Ondersteunde Talen 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"
    }
}