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
官方網址 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"
            ]
        }
    ]
}