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
Eメール [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
        }
    ]
}