Latex Comments
Compile and show latex formulas in comments.
Co to jest Latex Comments?
Latex Comments to rozszerzenie Chrome opracowane przez eyal.fink, a jego główną funkcją jest „Compile and show latex formulas in comments.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Latex Comments
Pobierz pliki rozszerzeń Latex Comments 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
Compile and show latex formulas in comments (on bitbucket) Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | pnbacpdpbhmkgfdjnibjdjmiahnoennj |
| Oficjalny URL | https://chromewebstore.google.com/detail/latex-comments/pnbacpdpbhmkgfdjnibjdjmiahnoennj |
| Opis | Compile and show latex formulas in comments. |
| Rozmiar pliku | 7.02 KB |
| Liczba instalacji | 60 |
| Aktualna Wersja | 1.5 |
| Ostatnia Aktualizacja | 2019-03-08 |
| Data Publikacji | 2019-03-08 |
| Ocena | 2.67/5 Łącznie 3 Oceny |
| Deweloper | eyal.fink |
| Typ Płatności | free |
| Strona Rozszerzenia | https://bitbucket.org/efink/latex-comments-extension/overview |
| Adres URL Strony Pomocy | https://bitbucket.org/efink/latex-comments-extension/issues?status=new&status=open |
| Obsługiwane Języki | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Latex Comments",
"description": "Compile and show latex formulas in comments.",
"version": "1.5",
"permissions": [
"https:\/\/bitbucket.org\/"
],
"content_scripts": [
{
"matches": [
"https:\/\/bitbucket.org\/*"
],
"css": [],
"js": [
"latexify.js"
],
"run_at": "document_idle"
}
]
} | |