QuickTeX
Rapidly render LaTeX in the menu bar.
Wat is QuickTeX?
QuickTeX is een Chrome-extensie ontwikkeld door Arman Bhalla, en de belangrijkste functie is "Rapidly render LaTeX in the menu bar.".
Extensie Screenshots
Download het CRX-bestand van de extensie QuickTeX
Download QuickTeX-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | QuickTeX |
ID | ailhlhfmlaelnmdebpekgnnblfedpnib |
Officiële URL | https://chromewebstore.google.com/detail/quicktex/ailhlhfmlaelnmdebpekgnnblfedpnib |
Beschrijving | Rapidly render LaTeX in the menu bar. |
Bestandsgrootte | 1.55 MB |
Aantal Installaties | 298 |
Huidige Versie | 1.4 |
Laatst Bijgewerkt | 2019-03-08 |
Publicatiedatum | 2019-03-08 |
Beoordeling | 4.33/5 Totaal 6 Beoordelingen |
Ontwikkelaar | Arman Bhalla |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://techtide.github.io/ |
Help Pagina-URL | https://techtide.github.io/ |
Ondersteunde Talen | 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" ] } |