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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย halirutan และคุณลักษณะหลักของมันคือ "This browser user-script adds additional buttons to the Q&A editor on mathematica.stackexchange.com"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Mathematica Editor-buttons for StackExchange
ดาวน์โหลดไฟล์ส่วนขยาย 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" ] } ] } |