Mathematica Editor-buttons for StackExchange
This browser user-script adds additional buttons to the Q&A editor on mathematica.stackexchange.com
Apa itu Mathematica Editor-buttons for StackExchange?
Mathematica Editor-buttons for StackExchange adalah ekstensi Chrome yang dikembangkan oleh halirutan, dan fitur utamanya adalah "This browser user-script adds additional buttons to the Q&A editor on mathematica.stackexchange.com".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Mathematica Editor-buttons for StackExchange
Unduh file ekstensi Mathematica Editor-buttons for StackExchange dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | Mathematica Editor-buttons for StackExchange |
ID | jelneigihibbkognjehbbembccihhbnb |
URL Resmi | https://chromewebstore.google.com/detail/mathematica-editor-button/jelneigihibbkognjehbbembccihhbnb |
Deskripsi | This browser user-script adds additional buttons to the Q&A editor on mathematica.stackexchange.com |
Ukuran File | 31.13 KB |
Jumlah Instalasi | 412 |
Versi Saat Ini | 1.4.3 |
Terakhir Diperbarui | 2019-02-01 |
Tanggal Publikasi | 2019-02-01 |
Penilaian | 5.00/5 Total 10 Penilaian |
Pengembang | halirutan |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } ] } |