math-with-slackb

Inject MathJax on Slack pages

What is math-with-slackb?

math-with-slackb is a Chrome extension developed by Unknown, and its main feature is "Inject MathJax on Slack pages".

Extension Screenshots

screenshot

Download math-with-slackb Extension CRX File

Download math-with-slackb extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        This plugin injects MathJax into Slack pages so that math can be rendered in a similar way to https://github.com/fsavje/math-with-slack                    

Extension Basic Information

Name math-with-slackb math-with-slackb
ID kjjmnpfbiaaknogimnlabonomkbbgkdp
Official URL https://chromewebstore.google.com/detail/math-with-slackb/kjjmnpfbiaaknogimnlabonomkbbgkdp
Description Inject MathJax on Slack pages
File Size 3.59 KB
Installation Count 35
Current Version 0.1
Last Updated 2019-04-17
Publish Date 2019-04-17
Developer Unknown
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "math-with-slackb",
    "version": "0.1",
    "description": "Inject MathJax on Slack pages",
    "permissions": [
        "*:\/\/*.slack.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.slack.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "all_frames": true
        }
    ]
}