Mathematica Editor-buttons for StackExchange

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

Hvad er Mathematica Editor-buttons for StackExchange?

Mathematica Editor-buttons for StackExchange er en Chrome-udvidelse udviklet af halirutan, og dens hovedfunktion er "This browser user-script adds additional buttons to the Q&A editor on mathematica.stackexchange.com".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot
screenshot

Download Mathematica Editor-buttons for StackExchange-udvidelses-CRX-fil

Download Mathematica Editor-buttons for StackExchange-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn Mathematica Editor-buttons for StackExchange Mathematica Editor-buttons for StackExchange
ID jelneigihibbkognjehbbembccihhbnb
Officiel URL https://chromewebstore.google.com/detail/mathematica-editor-button/jelneigihibbkognjehbbembccihhbnb
Beskrivelse This browser user-script adds additional buttons to the Q&A editor on mathematica.stackexchange.com
Filstørrelse 31.13 KB
Antal Installationer 412
Nuværende Version 1.4.3
Senest Opdateret 2019-02-01
Udgivelsesdato 2019-02-01
Bedømmelse 5.00/5 Samlet 10 Bedømmelser
Udvikler halirutan
Betalingsmetode free
Understøttede Sprog 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"
            ]
        }
    ]
}