LaTeX Cheat Sheet
A LaTeX cheat sheet, one click away
Co to jest LaTeX Cheat Sheet?
LaTeX Cheat Sheet to rozszerzenie Chrome opracowane przez Abir Bhushan, a jego główną funkcją jest „A LaTeX cheat sheet, one click away”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia LaTeX Cheat Sheet
Pobierz pliki rozszerzeń LaTeX Cheat Sheet w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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 Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | hgpipalfldnmpieagkbdkeflgmkhbfba |
| Oficjalny URL | https://chromewebstore.google.com/detail/latex-cheat-sheet/hgpipalfldnmpieagkbdkeflgmkhbfba |
| Opis | A LaTeX cheat sheet, one click away |
| Rozmiar pliku | 24.91 KB |
| Liczba instalacji | 193 |
| Aktualna Wersja | 1.0.1 |
| Ostatnia Aktualizacja | 2019-12-06 |
| Data Publikacji | 2019-12-05 |
| Deweloper | Abir Bhushan |
| [email protected] | |
| Typ Płatności | free |
| Strona Rozszerzenia | https://github.com/abircb/latex-cheat-sheet |
| Adres URL Strony Pomocy | https://github.com/abircb/latex-cheat-sheet/issues |
| Obsługiwane Języki | 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'"
} | |