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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
    }
}