SO Chat Easy Input Tools

Adds keyboard shortcuts to the SE Chats

Co to jest SO Chat Easy Input Tools?

SO Chat Easy Input Tools to rozszerzenie Chrome opracowane przez rlemon, a jego główną funkcją jest „Adds keyboard shortcuts to the SE Chats”.

Pobierz plik CRX rozszerzenia SO Chat Easy Input Tools

Pobierz pliki rozszerzeń SO Chat Easy Input Tools w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa SO Chat Easy Input Tools SO Chat Easy Input Tools
ID pnbhechmjmooppggjdlpemnagilclbcn
Oficjalny URL https://chrome.google.com/webstore/detail/so-chat-easy-input-tools/pnbhechmjmooppggjdlpemnagilclbcn
Opis Adds keyboard shortcuts to the SE Chats
Rozmiar pliku 8.88 KB
Liczba instalacji 34
Aktualna Wersja 0.0.0.3
Ostatnia Aktualizacja 2014-10-13
Data Publikacji 2014-10-13
Ocena 5.00/5 Łącznie 5 Oceny
Deweloper rlemon
Typ Płatności free
Obsługiwane Języki 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"
    }
}