SO Chat Easy Input Tools

Adds keyboard shortcuts to the SE Chats

SO Chat Easy Input Tools là gì?

SO Chat Easy Input Tools là một tiện ích mở rộng Chrome được phát triển bởi rlemon, và tính năng chính của nó là "Adds keyboard shortcuts to the SE Chats".

Tải xuống tệp CRX của tiện ích mở rộng SO Chat Easy Input Tools

Tải xuống các tệp mở rộng SO Chat Easy Input Tools dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên SO Chat Easy Input Tools SO Chat Easy Input Tools
ID pnbhechmjmooppggjdlpemnagilclbcn
URL Chính Thức https://chrome.google.com/webstore/detail/so-chat-easy-input-tools/pnbhechmjmooppggjdlpemnagilclbcn
Mô tả Adds keyboard shortcuts to the SE Chats
Kích Thước Tệp 8.88 KB
Số Lần Cài Đặt 34
Phiên Bản Hiện Tại 0.0.0.3
Cập Nhật Lần Cuối 2014-10-13
Ngày Phát Hành 2014-10-13
Đánh Giá 5.00/5 Tổng số 5 Đánh Giá
Nhà Phát Triển rlemon
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}