Mathematica Editor-buttons for StackExchange
This browser user-script adds additional buttons to the Q&A editor on mathematica.stackexchange.com
Qu'est-ce que Mathematica Editor-buttons for StackExchange ?
Mathematica Editor-buttons for StackExchange est une extension Chrome développée par halirutan, et sa fonction principale est "This browser user-script adds additional buttons to the Q&A editor on mathematica.stackexchange.com".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Mathematica Editor-buttons for StackExchange
Téléchargez les fichiers d'extension Mathematica Editor-buttons for StackExchange au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Mathematica Editor-buttons for StackExchange |
ID | jelneigihibbkognjehbbembccihhbnb |
URL Officiel | https://chromewebstore.google.com/detail/mathematica-editor-button/jelneigihibbkognjehbbembccihhbnb |
Description | This browser user-script adds additional buttons to the Q&A editor on mathematica.stackexchange.com |
Taille du Fichier | 31.13 KB |
Nombre d'Installations | 412 |
Version Actuelle | 1.4.3 |
Dernière Mise à Jour | 2019-02-01 |
Date de Publication | 2019-02-01 |
Évaluation | 5.00/5 Total 10 Évaluations |
Développeur | halirutan |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } ] } |