Mathematica Editor-buttons for StackExchange
This browser user-script adds additional buttons to the Q&A editor on mathematica.stackexchange.com
ما هو Mathematica Editor-buttons for StackExchange؟
Mathematica Editor-buttons for StackExchange هو إضافة Chrome تم تطويرها بواسطة halirutan، والميزة الرئيسية لها هي "This browser user-script adds additional buttons to the Q&A editor on mathematica.stackexchange.com".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Mathematica Editor-buttons for StackExchange
قم بتنزيل ملفات الامتداد Mathematica Editor-buttons for StackExchange بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This browser user-script adds additional buttons to the Q&A editor on mathematica.stackexchange. It allows the user to - include documentation links of Mathematica built-in functions - format In[]/Out[] cells - convert Mathematica special characters like \[Alpha] into unicode - create nicely rendered keyboard short cuts For detailed information please visit https://github.com/halirutan/SE-Editor-Buttons
معلومات أساسية عن التمديد
الاسم | Mathematica Editor-buttons for StackExchange |
ID | jelneigihibbkognjehbbembccihhbnb |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/mathematica-editor-button/jelneigihibbkognjehbbembccihhbnb |
الوصف | This browser user-script adds additional buttons to the Q&A editor on mathematica.stackexchange.com |
حجم الملف | 31.13 KB |
عدد التثبيتات | 412 |
النسخة الحالية | 1.4.3 |
آخر تحديث | 2019-02-01 |
تاريخ النشر | 2019-02-01 |
تقييم | 5.00/5 مجموع تقييمات 10 |
المطور | halirutan |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Mathematica Editor-buttons for StackExchange", "short_name": "m_toolbar", "version": "1.4.3", "icons": { "128": "icon128.png" }, "author": "Patrick Scheibe", "description": "This browser user-script adds additional buttons to the Q&A editor on mathematica.stackexchange.com", "content_scripts": [ { "matches": [ "https:\/\/mathematica.stackexchange.com\/*", "https:\/\/mathematica.meta.stackexchange.com\/*", "https:\/\/math.stackexchange.com\/*" ], "js": [ "m_toolbar.user.js" ] } ] } |