Mathematica Editor-buttons for StackExchange
This browser user-script adds additional buttons to the Q&A editor on mathematica.stackexchange.com
Was ist Mathematica Editor-buttons for StackExchange?
Mathematica Editor-buttons for StackExchange ist eine Chrome-Erweiterung, die von halirutan entwickelt wurde, und ihr Hauptmerkmal ist "This browser user-script adds additional buttons to the Q&A editor on mathematica.stackexchange.com".
Erweiterungsscreenshots
Mathematica Editor-buttons for StackExchange-Erweiterungs-CRX-Datei herunterladen
Laden Sie Mathematica Editor-buttons for StackExchange-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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 Grundlegende Informationen zur Erweiterung
| Name | |
| ID | jelneigihibbkognjehbbembccihhbnb |
| Offizielle URL | https://chromewebstore.google.com/detail/mathematica-editor-button/jelneigihibbkognjehbbembccihhbnb |
| Beschreibung | This browser user-script adds additional buttons to the Q&A editor on mathematica.stackexchange.com |
| Dateigröße | 31.13 KB |
| Installationsanzahl | 412 |
| Aktuelle Version | 1.4.3 |
| Letztes Update | 2019-02-01 |
| Veröffentlichungsdatum | 2019-02-01 |
| Bewertung | 5.00/5 Insgesamt 10 Bewertungen |
| Entwickler | halirutan |
| Zahlungsart | free |
| Unterstützte Sprachen | 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"
]
}
]
} | |