math-with-slackb

Inject MathJax on Slack pages

math-with-slackbคืออะไร?

math-with-slackb เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Inject MathJax on Slack pages"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย math-with-slackb

ดาวน์โหลดไฟล์ส่วนขยาย 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
        }
    ]
}