texditor
Easily type your math and get its LaTeX.
Co to jest texditor?
texditor to rozszerzenie Chrome opracowane przez texditor, a jego główną funkcją jest „Easily type your math and get its LaTeX.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia texditor
Pobierz pliki rozszerzeń texditor 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
A chrome extension that lets you quickly type math and renders LaTeX. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | eanjkjeaiipcjcbghbdcanibflbbaind |
| Oficjalny URL | https://chromewebstore.google.com/detail/texditor/eanjkjeaiipcjcbghbdcanibflbbaind |
| Opis | Easily type your math and get its LaTeX. |
| Rozmiar pliku | 112 KB |
| Liczba instalacji | 277 |
| Aktualna Wersja | 0.0.0.3 |
| Ostatnia Aktualizacja | 2017-07-26 |
| Data Publikacji | 2017-07-25 |
| Ocena | 5.00/5 Łącznie 1 Oceny |
| Deweloper | texditor |
| [email protected] | |
| Typ Płatności | free |
| Strona Rozszerzenia | https://github.com/chrisboo/texditor |
| Adres URL Strony Pomocy | https://github.com/chrisboo/texditor/issues |
| Obsługiwane Języki | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "texditor",
"description": "Easily type your math and get its LaTeX.",
"version": "0.0.0.3",
"browser_action": {
"default_icon": "icon.png",
"default_popup": "popup.html"
},
"permissions": [
"activeTab",
"https:\/\/ajax.googleapis.com\/"
]
} | |