QuickTeX

Rapidly render LaTeX in the menu bar.

Co to jest QuickTeX?

QuickTeX to rozszerzenie Chrome opracowane przez Arman Bhalla, a jego główną funkcją jest „Rapidly render LaTeX in the menu bar.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia QuickTeX

Pobierz pliki rozszerzeń QuickTeX 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

                        Rapidly and automatically render LaTeX in the menu browser. Take notes on various websites, save snippets, and view errors in your code. Along with that, comes the ability to copy and paste working code, and export it to images.

Keep in mind that this add-on is in its extremely early alpha stage, so any advice would be necessary, and bugs can be expected.                    

Podstawowe informacje o rozszerzeniu

Nazwa QuickTeX QuickTeX
ID ailhlhfmlaelnmdebpekgnnblfedpnib
Oficjalny URL https://chromewebstore.google.com/detail/quicktex/ailhlhfmlaelnmdebpekgnnblfedpnib
Opis Rapidly render LaTeX in the menu bar.
Rozmiar pliku 1.55 MB
Liczba instalacji 298
Aktualna Wersja 1.4
Ostatnia Aktualizacja 2019-03-08
Data Publikacji 2019-03-08
Ocena 4.33/5 Łącznie 6 Oceny
Deweloper Arman Bhalla
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://techtide.github.io/
Adres URL Strony Pomocy https://techtide.github.io/
Obsługiwane Języki en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "QuickTeX",
    "version": "1.4",
    "description": "Rapidly render LaTeX in the menu bar.",
    "icons": {
        "32": "icons\/QT-32.png",
        "48": "icons\/QT-48.png",
        "96": "icons\/QT-96.png"
    },
    "browser_action": {
        "default_icon": "icons\/QT-96.png",
        "default_title": "QuickTeX",
        "default_popup": "popup\/window.html",
        "browser_style": true
    },
    "permissions": [
        "webRequest",
        "localStorage",
        "activeTabs"
    ]
}