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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 |
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" ] } ] } |