Mathematica Editor-buttons for StackExchange

This browser user-script adds additional buttons to the Q&A editor on mathematica.stackexchange.com

Wat is Mathematica Editor-buttons for StackExchange?

Mathematica Editor-buttons for StackExchange is een Chrome-extensie ontwikkeld door halirutan, en de belangrijkste functie is "This browser user-script adds additional buttons to the Q&A editor on mathematica.stackexchange.com".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Mathematica Editor-buttons for StackExchange

Download Mathematica Editor-buttons for StackExchange-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Mathematica Editor-buttons for StackExchange Mathematica Editor-buttons for StackExchange
ID jelneigihibbkognjehbbembccihhbnb
Officiële URL https://chromewebstore.google.com/detail/mathematica-editor-button/jelneigihibbkognjehbbembccihhbnb
Beschrijving This browser user-script adds additional buttons to the Q&A editor on mathematica.stackexchange.com
Bestandsgrootte 31.13 KB
Aantal Installaties 412
Huidige Versie 1.4.3
Laatst Bijgewerkt 2019-02-01
Publicatiedatum 2019-02-01
Beoordeling 5.00/5 Totaal 10 Beoordelingen
Ontwikkelaar halirutan
Betalingswijze free
Ondersteunde Talen 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"
            ]
        }
    ]
}