SO Chat Easy Input Tools

Adds keyboard shortcuts to the SE Chats

Apa itu SO Chat Easy Input Tools?

SO Chat Easy Input Tools adalah ekstensi Chrome yang dikembangkan oleh rlemon, dan fitur utamanya adalah "Adds keyboard shortcuts to the SE Chats".

Unduh Berkas CRX Ekstensi SO Chat Easy Input Tools

Unduh file ekstensi SO Chat Easy Input Tools dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama SO Chat Easy Input Tools SO Chat Easy Input Tools
ID pnbhechmjmooppggjdlpemnagilclbcn
URL Resmi https://chrome.google.com/webstore/detail/so-chat-easy-input-tools/pnbhechmjmooppggjdlpemnagilclbcn
Deskripsi Adds keyboard shortcuts to the SE Chats
Ukuran File 8.88 KB
Jumlah Instalasi 34
Versi Saat Ini 0.0.0.3
Terakhir Diperbarui 2014-10-13
Tanggal Publikasi 2014-10-13
Penilaian 5.00/5 Total 5 Penilaian
Pengembang rlemon
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}