math-with-slackb

Inject MathJax on Slack pages

Wat is math-with-slackb?

math-with-slackb is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "Inject MathJax on Slack pages".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie math-with-slackb

Download math-with-slackb-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam math-with-slackb math-with-slackb
ID kjjmnpfbiaaknogimnlabonomkbbgkdp
Officiële URL https://chromewebstore.google.com/detail/math-with-slackb/kjjmnpfbiaaknogimnlabonomkbbgkdp
Beschrijving Inject MathJax on Slack pages
Bestandsgrootte 3.59 KB
Aantal Installaties 35
Huidige Versie 0.1
Laatst Bijgewerkt 2019-04-17
Publicatiedatum 2019-04-17
Ontwikkelaar Unknown
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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
        }
    ]
}