math-with-slackb

Inject MathJax on Slack pages

Qu'est-ce que math-with-slackb ?

math-with-slackb est une extension Chrome développée par Unknown, et sa fonction principale est "Inject MathJax on Slack pages".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension math-with-slackb

Téléchargez les fichiers d'extension math-with-slackb au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom math-with-slackb math-with-slackb
ID kjjmnpfbiaaknogimnlabonomkbbgkdp
URL Officiel https://chromewebstore.google.com/detail/math-with-slackb/kjjmnpfbiaaknogimnlabonomkbbgkdp
Description Inject MathJax on Slack pages
Taille du Fichier 3.59 KB
Nombre d'Installations 35
Version Actuelle 0.1
Dernière Mise à Jour 2019-04-17
Date de Publication 2019-04-17
Développeur Unknown
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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
        }
    ]
}