yeger00 / im-syntax-highlighting

A chrome extension that adds syntax highlighting for instant messaging web apps.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IM Syntax Highlighting

A chrome extension that adds syntax highlighting for instant messaging web apps.

Instant messaging support

Currently supports the following:

  1. whatsapp
  2. google chat
  3. telegram

How to install

Since the Google Chrome App is going to be deperacated, the only way to install is via development mode.

  • Clone the repository
git clone https://github.com/yeger00/im-syntax-highlighting.git
  • Open Chrome
  • Go to the Chrome Extensions page (chrome://extensions/)
  • Click on Load unpacked
  • Choose the im-syntax-highlighting directory

How to use

Send code in regular Markdown syntax

	```javascript
	function func() {
		return 1;
	}
	```

About

A chrome extension that adds syntax highlighting for instant messaging web apps.


Languages

Language:JavaScript 100.0%