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" ] } ] } |