SO Chat Easy Input Tools

Adds keyboard shortcuts to the SE Chats

SO Chat Easy Input Tools क्या है?

SO Chat Easy Input Tools rlemon द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adds keyboard shortcuts to the SE Chats"।

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में SO Chat Easy Input Tools एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    }
}