Mathematica Editor-buttons for StackExchange

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

Mathematica Editor-buttons for StackExchange क्या है?

Mathematica Editor-buttons for StackExchange halirutan द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This browser user-script adds additional buttons to the Q&A editor on mathematica.stackexchange.com"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Mathematica Editor-buttons for StackExchange एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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                    

एक्सटेंशन की मूल जानकारी

नाम Mathematica Editor-buttons for StackExchange Mathematica Editor-buttons for StackExchange
ID jelneigihibbkognjehbbembccihhbnb
आधिकारिक URL https://chromewebstore.google.com/detail/mathematica-editor-button/jelneigihibbkognjehbbembccihhbnb
विवरण This browser user-script adds additional buttons to the Q&A editor on mathematica.stackexchange.com
फ़ाइल का आकार 31.13 KB
स्थापना संख्या 412
वर्तमान संस्करण 1.4.3
अंतिम अपडेट 2019-02-01
प्रकाशन तिथि 2019-02-01
रेटिंग 5.00/5 कुल 10 रेटिंग्स
डेवलपर halirutan
भुगतान के प्रकार free
समर्थित भाषाएँ 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"
            ]
        }
    ]
}