math-with-slackb

Inject MathJax on Slack pages

math-with-slackb क्या है?

math-with-slackb Unknown द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Inject MathJax on Slack pages"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में math-with-slackb एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
        }
    ]
}