Mathematica Editor-buttons for StackExchange

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

Co to jest Mathematica Editor-buttons for StackExchange?

Mathematica Editor-buttons for StackExchange to rozszerzenie Chrome opracowane przez halirutan, a jego główną funkcją jest „This browser user-script adds additional buttons to the Q&A editor on mathematica.stackexchange.com”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Mathematica Editor-buttons for StackExchange

Pobierz pliki rozszerzeń Mathematica Editor-buttons for StackExchange w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Mathematica Editor-buttons for StackExchange Mathematica Editor-buttons for StackExchange
ID jelneigihibbkognjehbbembccihhbnb
Oficjalny URL https://chromewebstore.google.com/detail/mathematica-editor-button/jelneigihibbkognjehbbembccihhbnb
Opis This browser user-script adds additional buttons to the Q&A editor on mathematica.stackexchange.com
Rozmiar pliku 31.13 KB
Liczba instalacji 412
Aktualna Wersja 1.4.3
Ostatnia Aktualizacja 2019-02-01
Data Publikacji 2019-02-01
Ocena 5.00/5 Łącznie 10 Oceny
Deweloper halirutan
Typ Płatności free
Obsługiwane Języki 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"
            ]
        }
    ]
}