gTalk Syntax Highlighting
Automatic Syntax Highlighting for gChat.
gTalk Syntax Highlighting क्या है?
gTalk Syntax Highlighting pehrlich द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Automatic Syntax Highlighting for gChat."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में gTalk Syntax Highlighting एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This plugin automatically detects when you type code whilst conversing with google talk, and adds syntax highlighting to it. - Allows inline code blocks with `backticks` - Detects code presence, and correct way to highlight said code. - Has a manual control, for cases where the auto-detection fails. - Optionally attach your own machine-learning server. - Project page on github: https://github.com/pehrlich/GTalkSyntax Important: You must reload your GMail tab after first installing this plugin. Once you do, any chat will auto-highlight code! CHANGES: 0.3.0 (accessories release) - Copy to clipboard, link to this plugin, in a lightly styled menu - Now supports gTalk with "Pictures in chat" labs extension turned off - Donate button, toggle switch, and fork banner on options page - Google analytics for click events - Sexy new icon.
एक्सटेंशन की मूल जानकारी
नाम | gTalk Syntax Highlighting |
ID | okpdnaeoefggpaccmolhoaiffmmdoool |
आधिकारिक URL | https://chromewebstore.google.com/detail/gtalk-syntax-highlighting/okpdnaeoefggpaccmolhoaiffmmdoool |
विवरण | Automatic Syntax Highlighting for gChat. |
फ़ाइल का आकार | 549 KB |
स्थापना संख्या | 224 |
वर्तमान संस्करण | 0.3.4 |
अंतिम अपडेट | 2013-02-17 |
प्रकाशन तिथि | 2013-02-16 |
रेटिंग | 3.43/5 कुल 14 रेटिंग्स |
डेवलपर | pehrlich |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "gTalk Syntax Highlighting", "version": "0.3.4", "manifest_version": 2, "description": "Automatic Syntax Highlighting for gChat.", "icons": { "16": "images\/icon-16.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "content_scripts": [ { "matches": [ "https:\/\/mail.google.com\/*" ], "css": [ "stylesheets\/main.css", "stylesheets\/default.css" ], "js": [ "javascripts\/lib\/jquery-1.9.0.min.js", "javascripts\/lib\/util.js", "javascripts\/lib\/highlight.min.js", "javascripts\/lib\/classifier-0.1.0.min.js", "javascripts\/classifier_info.js", "javascripts\/gtalkSyntax.js", "javascripts\/highlight.js" ] } ], "permissions": [ "https:\/\/mail.google.com\/*", "storage", "clipboardWrite" ], "options_page": "options.html", "background": { "page": "background.html" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'" } |