Mathematica Editor-buttons for StackExchange

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

Cos'è Mathematica Editor-buttons for StackExchange?

Mathematica Editor-buttons for StackExchange è un'estensione di Chrome sviluppata da halirutan, e la sua funzione principale è "This browser user-script adds additional buttons to the Q&A editor on mathematica.stackexchange.com".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Mathematica Editor-buttons for StackExchange

Scarica i file di estensione Mathematica Editor-buttons for StackExchange in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Mathematica Editor-buttons for StackExchange Mathematica Editor-buttons for StackExchange
ID jelneigihibbkognjehbbembccihhbnb
URL Ufficiale https://chromewebstore.google.com/detail/mathematica-editor-button/jelneigihibbkognjehbbembccihhbnb
Descrizione This browser user-script adds additional buttons to the Q&A editor on mathematica.stackexchange.com
Dimensione del File 31.13 KB
Conteggio Installazioni 412
Versione Corrente 1.4.3
Ultimo Aggiornamento 2019-02-01
Data di Pubblicazione 2019-02-01
Valutazione 5.00/5 Totale 10 Valutazioni
Sviluppatore halirutan
Tipo di Pagamento free
Lingue Supportate 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"
            ]
        }
    ]
}