SO Chat Easy Input Tools

Adds keyboard shortcuts to the SE Chats

Hvad er SO Chat Easy Input Tools?

SO Chat Easy Input Tools er en Chrome-udvidelse udviklet af rlemon, og dens hovedfunktion er "Adds keyboard shortcuts to the SE Chats".

Download SO Chat Easy Input Tools-udvidelses-CRX-fil

Download SO Chat Easy Input Tools-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn SO Chat Easy Input Tools SO Chat Easy Input Tools
ID pnbhechmjmooppggjdlpemnagilclbcn
Officiel URL https://chrome.google.com/webstore/detail/so-chat-easy-input-tools/pnbhechmjmooppggjdlpemnagilclbcn
Beskrivelse Adds keyboard shortcuts to the SE Chats
Filstørrelse 8.88 KB
Antal Installationer 34
Nuværende Version 0.0.0.3
Senest Opdateret 2014-10-13
Udgivelsesdato 2014-10-13
Bedømmelse 5.00/5 Samlet 5 Bedømmelser
Udvikler rlemon
Betalingsmetode free
Understøttede Sprog 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"
    }
}