LaTeX Cheat Sheet
A LaTeX cheat sheet, one click away
Vad är LaTeX Cheat Sheet?
LaTeX Cheat Sheet är en Chrome-tillägg utvecklad av Abir Bhushan, och dess huvudfunktion är "A LaTeX cheat sheet, one click away".
Tilläggsskärmbilder
Ladda ner LaTeX Cheat Sheet-förlängningens CRX-fil
Ladda ner LaTeX Cheat Sheet-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
LaTeX Cheat Sheet is a browser extension for Google Chrome that provides easy access to many of the commands and packages used to create LaTeX documents; be it as simple as x^{2} or something as unfamiliar as BibTeX, this cheat sheet has got you covered.
Feedback:
Email: [email protected]
_______________________________________________
The best place for support is not in the reviews section below, but on GitHub:
https://github.com/abircb/latex-cheat-sheet/issues Grundläggande Information om Tillägg
| Namn | |
| ID | hgpipalfldnmpieagkbdkeflgmkhbfba |
| Officiell webbadress | https://chromewebstore.google.com/detail/latex-cheat-sheet/hgpipalfldnmpieagkbdkeflgmkhbfba |
| Beskrivning | A LaTeX cheat sheet, one click away |
| Filstorlek | 24.91 KB |
| Antal Installationer | 193 |
| Aktuell Version | 1.0.1 |
| Senast Uppdaterad | 2019-12-06 |
| Publiceringsdatum | 2019-12-05 |
| Utvecklare | Abir Bhushan |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://github.com/abircb/latex-cheat-sheet |
| Hjälpsida URL | https://github.com/abircb/latex-cheat-sheet/issues |
| Stödda Språk | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "LaTeX Cheat Sheet",
"description": "A LaTeX cheat sheet, one click away",
"version": "1.0.1",
"icons": {
"128": "icons\/icon128.png",
"48": "icons\/icon48.png",
"16": "icons\/icon16.png"
},
"default_locale": "en",
"browser_action": {
"default_icon": {
"128": "icons\/icon128.png",
"48": "icons\/icon48.png",
"16": "icons\/icon16.png"
},
"default_title": "LaTex Cheat Sheet",
"default_popup": "popup.html"
},
"content_security_policy": "script-src 'self' https:\/\/cdnjs.cloudflare.com\/; object-src 'self'"
} | |