math-with-slackb

Inject MathJax on Slack pages

Cos'è math-with-slackb?

math-with-slackb è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "Inject MathJax on Slack pages".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione math-with-slackb

Scarica i file di estensione math-with-slackb in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome math-with-slackb math-with-slackb
ID kjjmnpfbiaaknogimnlabonomkbbgkdp
URL Ufficiale https://chromewebstore.google.com/detail/math-with-slackb/kjjmnpfbiaaknogimnlabonomkbbgkdp
Descrizione Inject MathJax on Slack pages
Dimensione del File 3.59 KB
Conteggio Installazioni 35
Versione Corrente 0.1
Ultimo Aggiornamento 2019-04-17
Data di Pubblicazione 2019-04-17
Sviluppatore Unknown
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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
        }
    ]
}