Mathematica Editor-buttons for StackExchange
This browser user-script adds additional buttons to the Q&A editor on mathematica.stackexchange.com
¿Qué es Mathematica Editor-buttons for StackExchange?
Mathematica Editor-buttons for StackExchange es una extensión de Chrome desarrollada por halirutan, y su función principal es "This browser user-script adds additional buttons to the Q&A editor on mathematica.stackexchange.com".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Mathematica Editor-buttons for StackExchange
Descarga archivos de extensión Mathematica Editor-buttons for StackExchange en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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 Información Básica de la Extensión
| Nombre | |
| ID | jelneigihibbkognjehbbembccihhbnb |
| URL Oficial | https://chromewebstore.google.com/detail/mathematica-editor-button/jelneigihibbkognjehbbembccihhbnb |
| Descripción | This browser user-script adds additional buttons to the Q&A editor on mathematica.stackexchange.com |
| Tamaño del Archivo | 31.13 KB |
| Cantidad de Instalaciones | 412 |
| Versión Actual | 1.4.3 |
| Última Actualización | 2019-02-01 |
| Fecha de Publicación | 2019-02-01 |
| Calificación | 5.00/5 Total de 10 Calificaciones |
| Desarrollador | halirutan |
| Tipo de Pago | free |
| Idiomas Soportados | 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"
]
}
]
} | |