SO Chat Easy Input Tools

Adds keyboard shortcuts to the SE Chats

Was ist SO Chat Easy Input Tools?

SO Chat Easy Input Tools ist eine Chrome-Erweiterung, die von rlemon entwickelt wurde, und ihr Hauptmerkmal ist "Adds keyboard shortcuts to the SE Chats".

SO Chat Easy Input Tools-Erweiterungs-CRX-Datei herunterladen

Laden Sie SO Chat Easy Input Tools-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name SO Chat Easy Input Tools SO Chat Easy Input Tools
ID pnbhechmjmooppggjdlpemnagilclbcn
Offizielle URL https://chrome.google.com/webstore/detail/so-chat-easy-input-tools/pnbhechmjmooppggjdlpemnagilclbcn
Beschreibung Adds keyboard shortcuts to the SE Chats
Dateigröße 8.88 KB
Installationsanzahl 34
Aktuelle Version 0.0.0.3
Letztes Update 2014-10-13
Veröffentlichungsdatum 2014-10-13
Bewertung 5.00/5 Insgesamt 5 Bewertungen
Entwickler rlemon
Zahlungsart free
Unterstützte Sprachen 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"
    }
}