math-with-slackb
Inject MathJax on Slack pages
ما هو math-with-slackb؟
math-with-slackb هو إضافة Chrome تم تطويرها بواسطة Unknown، والميزة الرئيسية لها هي "Inject MathJax on Slack pages".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة math-with-slackb
قم بتنزيل ملفات الامتداد math-with-slackb بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 |
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 } ] } |