math-with-slackb

Inject MathJax on Slack pages

什么是math-with-slackb?

math-with-slackb是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“Inject MathJax on Slack pages”。

扩展截图

screenshot

下载math-with-slackb扩展crx文件

下载math-with-slackb扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 math-with-slackb math-with-slackb
ID kjjmnpfbiaaknogimnlabonomkbbgkdp
官方URL https://chromewebstore.google.com/detail/math-with-slackb/kjjmnpfbiaaknogimnlabonomkbbgkdp
简介 Inject MathJax on Slack pages
文件大小 3.59 KB
安装次数 35
当前版本 0.1
更新时间 2019-04-17
上架时间 2019-04-17
开发者 Unknown
电子邮箱 [email protected]
付费类型 free
支持的语言 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
        }
    ]
}