Mathematica Editor-buttons for StackExchange

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

Vad är Mathematica Editor-buttons for StackExchange?

Mathematica Editor-buttons for StackExchange är en Chrome-tillägg utvecklad av halirutan, och dess huvudfunktion är "This browser user-script adds additional buttons to the Q&A editor on mathematica.stackexchange.com".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot
screenshot

Ladda ner Mathematica Editor-buttons for StackExchange-förlängningens CRX-fil

Ladda ner Mathematica Editor-buttons for StackExchange-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Mathematica Editor-buttons for StackExchange Mathematica Editor-buttons for StackExchange
ID jelneigihibbkognjehbbembccihhbnb
Officiell webbadress https://chromewebstore.google.com/detail/mathematica-editor-button/jelneigihibbkognjehbbembccihhbnb
Beskrivning This browser user-script adds additional buttons to the Q&A editor on mathematica.stackexchange.com
Filstorlek 31.13 KB
Antal Installationer 412
Aktuell Version 1.4.3
Senast Uppdaterad 2019-02-01
Publiceringsdatum 2019-02-01
Betyg 5.00/5 Totalt 10 Betyg
Utvecklare halirutan
Betalningssätt free
Stödda Språk 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"
            ]
        }
    ]
}