Mathematica Editor-buttons for StackExchange
This browser user-script adds additional buttons to the Q&A editor on mathematica.stackexchange.com
What is Mathematica Editor-buttons for StackExchange?
Mathematica Editor-buttons for StackExchange is a Chrome extension developed by halirutan, and its main feature is "This browser user-script adds additional buttons to the Q&A editor on mathematica.stackexchange.com".
Extension Screenshots
Download Mathematica Editor-buttons for StackExchange Extension CRX File
Download Mathematica Editor-buttons for StackExchange extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Mathematica Editor-buttons for StackExchange |
ID | jelneigihibbkognjehbbembccihhbnb |
Official URL | 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 |
File Size | 31.13 KB |
Installation Count | 412 |
Current Version | 1.4.3 |
Last Updated | 2019-02-01 |
Publish Date | 2019-02-01 |
Rating | 5.00/5 Total 10 Ratings |
Developer | halirutan |
Payment Type | free |
Supported Languages | 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" ] } ] } |