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”。
扩展截图
下载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 |
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" ] } ] } |