math-with-slackb

Inject MathJax on Slack pages

O que é math-with-slackb?

math-with-slackb é uma extensão do Chrome desenvolvida por Unknown, e sua principal característica é "Inject MathJax on Slack pages".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão math-with-slackb

Baixe arquivos de extensão math-with-slackb no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome math-with-slackb math-with-slackb
ID kjjmnpfbiaaknogimnlabonomkbbgkdp
URL Oficial https://chromewebstore.google.com/detail/math-with-slackb/kjjmnpfbiaaknogimnlabonomkbbgkdp
Descrição Inject MathJax on Slack pages
Tamanho do Arquivo 3.59 KB
Contagem de Instalações 35
Versão Atual 0.1
Última Atualização 2019-04-17
Data de Publicação 2019-04-17
Desenvolvedor Unknown
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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
        }
    ]
}