Mathematica Editor-buttons for StackExchange
This browser user-script adds additional buttons to the Q&A editor on mathematica.stackexchange.com
Co je Mathematica Editor-buttons for StackExchange?
Mathematica Editor-buttons for StackExchange je rozšíření Chrome vyvinuté halirutan, a jeho hlavní funkcí je „This browser user-script adds additional buttons to the Q&A editor on mathematica.stackexchange.com“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Mathematica Editor-buttons for StackExchange
Stáhněte si soubory rozšíření Mathematica Editor-buttons for StackExchange ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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
Základní Informace o Rozšíření
Název | Mathematica Editor-buttons for StackExchange |
ID | jelneigihibbkognjehbbembccihhbnb |
Oficiální URL | https://chromewebstore.google.com/detail/mathematica-editor-button/jelneigihibbkognjehbbembccihhbnb |
Popis | This browser user-script adds additional buttons to the Q&A editor on mathematica.stackexchange.com |
Velikost souboru | 31.13 KB |
Počet instalací | 412 |
Aktuální Verze | 1.4.3 |
Poslední Aktualizace | 2019-02-01 |
Datum Vydání | 2019-02-01 |
Hodnocení | 5.00/5 Celkem 10 Hodnocení |
Vývojář | halirutan |
Typ Platby | free |
Podporované Jazyky | 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" ] } ] } |