SO Chat Easy Input Tools

Adds keyboard shortcuts to the SE Chats

SO Chat Easy Input Toolsคืออะไร?

SO Chat Easy Input Tools เป็นส่วนขยายของ Chrome ที่พัฒนาโดย rlemon และคุณลักษณะหลักของมันคือ "Adds keyboard shortcuts to the SE Chats"

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SO Chat Easy Input Tools

ดาวน์โหลดไฟล์ส่วนขยาย SO Chat Easy Input Tools ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ SO Chat Easy Input Tools SO Chat Easy Input Tools
ID pnbhechmjmooppggjdlpemnagilclbcn
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/so-chat-easy-input-tools/pnbhechmjmooppggjdlpemnagilclbcn
คำอธิบาย Adds keyboard shortcuts to the SE Chats
ขนาดไฟล์ 8.88 KB
จำนวนการติดตั้ง 34
เวอร์ชันปัจจุบัน 0.0.0.3
อัปเดตครั้งล่าสุด 2014-10-13
วันที่เผยแพร่ 2014-10-13
คะแนน 5.00/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา rlemon
ประเภทการชำระเงิน free
ภาษาที่รองรับ 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"
    }
}