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 là gì?

Mathematica Editor-buttons for StackExchange là một tiện ích mở rộng Chrome được phát triển bởi halirutan, và tính năng chính của nó là "This browser user-script adds additional buttons to the Q&A editor on mathematica.stackexchange.com".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Mathematica Editor-buttons for StackExchange

Tải xuống các tệp mở rộng Mathematica Editor-buttons for StackExchange dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Mathematica Editor-buttons for StackExchange Mathematica Editor-buttons for StackExchange
ID jelneigihibbkognjehbbembccihhbnb
URL Chính Thức https://chromewebstore.google.com/detail/mathematica-editor-button/jelneigihibbkognjehbbembccihhbnb
Mô tả This browser user-script adds additional buttons to the Q&A editor on mathematica.stackexchange.com
Kích Thước Tệp 31.13 KB
Số Lần Cài Đặt 412
Phiên Bản Hiện Tại 1.4.3
Cập Nhật Lần Cuối 2019-02-01
Ngày Phát Hành 2019-02-01
Đánh Giá 5.00/5 Tổng số 10 Đánh Giá
Nhà Phát Triển halirutan
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}