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によって開発されたChromeの拡張機能で、その主な機能は「This browser user-script adds additional buttons to the Q&A editor on mathematica.stackexchange.com」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

Mathematica Editor-buttons for StackExchange拡張機能のCRXファイルをダウンロード

Mathematica Editor-buttons for StackExchange拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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"
            ]
        }
    ]
}