QuickTeX
Rapidly render LaTeX in the menu bar.
Cos'è QuickTeX?
QuickTeX è un'estensione di Chrome sviluppata da Arman Bhalla, e la sua funzione principale è "Rapidly render LaTeX in the menu bar.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione QuickTeX
Scarica i file di estensione QuickTeX in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | QuickTeX |
ID | ailhlhfmlaelnmdebpekgnnblfedpnib |
URL Ufficiale | https://chromewebstore.google.com/detail/quicktex/ailhlhfmlaelnmdebpekgnnblfedpnib |
Descrizione | Rapidly render LaTeX in the menu bar. |
Dimensione del File | 1.55 MB |
Conteggio Installazioni | 298 |
Versione Corrente | 1.4 |
Ultimo Aggiornamento | 2019-03-08 |
Data di Pubblicazione | 2019-03-08 |
Valutazione | 4.33/5 Totale 6 Valutazioni |
Sviluppatore | Arman Bhalla |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://techtide.github.io/ |
URL della Pagina di Aiuto | https://techtide.github.io/ |
Lingue Supportate | 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" ] } |