TeX All the Things
An extension which lets you enable LaTeX on any website
Co je TeX All the Things?
TeX All the Things je rozšíření Chrome vyvinuté emichael, a jeho hlavní funkcí je „An extension which lets you enable LaTeX on any website“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření TeX All the Things
Stáhněte si soubory rozšíření TeX All the Things ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
Typesets any LaTeX found on webpages using MathJax (http://www.mathjax.org/). § HOW TO USE § Inline math can be typed with: $y = 3x + 2$ or [;y = 3x + 2;] Display mode math can be typed with: $$\sum_{i = 0}^n {n \choose i} x^{i} y^{n-i}$$ or \[\sum_{i = 0}^n {n \choose i} x^{i} y^{n-i}\] Use the options menu to customize which domains the extension typesets and even set your own custom delimiters for inline and display math. Click the extension's toolbar button to disable/re-enable typesetting on every domain. § HELP MAKE THIS BETTER § This Chrome Extension is open source. See a problem or want to make an improvement? Report bugs and send me pull requests on GitHub! https://github.com/emichael/texthings
Základní Informace o Rozšíření
Název | TeX All the Things |
ID | cbimabofgmfdkicghcadidpemeenbffn |
Oficiální URL | https://chromewebstore.google.com/detail/tex-all-the-things/cbimabofgmfdkicghcadidpemeenbffn |
Popis | An extension which lets you enable LaTeX on any website |
Velikost souboru | 70.04 KB |
Počet instalací | 40,000 |
Aktuální Verze | 1.1.5 |
Poslední Aktualizace | 2021-11-29 |
Datum Vydání | 2018-07-07 |
Hodnocení | 3.99/5 Celkem 91 Hodnocení |
Vývojář | emichael |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://github.com/emichael/texthings |
Podporované Jazyky | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "TeX All the Things", "short_name": "TeX Things", "author": "emichael", "description": "An extension which lets you enable LaTeX on any website", "version": "1.1.5", "icons": { "128": "img\/icon128.png", "48": "img\/icon48.png" }, "browser_action": { "default_icon": { "38": "img\/browser38.png", "19": "img\/browser19.png" }, "default_title": "TeX All the Things" }, "content_scripts": [ { "matches": [ " |