QuickTeX

Rapidly render LaTeX in the menu bar.

Co je QuickTeX?

QuickTeX je rozšíření Chrome vyvinuté Arman Bhalla, a jeho hlavní funkcí je „Rapidly render LaTeX in the menu bar.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření QuickTeX

Stáhněte si soubory rozšíření QuickTeX ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název QuickTeX QuickTeX
ID ailhlhfmlaelnmdebpekgnnblfedpnib
Oficiální URL https://chromewebstore.google.com/detail/quicktex/ailhlhfmlaelnmdebpekgnnblfedpnib
Popis Rapidly render LaTeX in the menu bar.
Velikost souboru 1.55 MB
Počet instalací 298
Aktuální Verze 1.4
Poslední Aktualizace 2019-03-08
Datum Vydání 2019-03-08
Hodnocení 4.33/5 Celkem 6 Hodnocení
Vývojář Arman Bhalla
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://techtide.github.io/
URL Stránky Nápovědy https://techtide.github.io/
Podporované Jazyky 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"
    ]
}