QuickLaTex
Editor for quickly writing mathematical equations using the LaTex syntax. Also included is a symbols keyboard for quickly…
Wat is QuickLaTex?
QuickLaTex is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "Editor for quickly writing mathematical equations using the LaTex syntax. Also included is a symbols keyboard for quickly…".
Extensie Screenshots
Download het CRX-bestand van de extensie QuickLaTex
Download QuickLaTex-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
Editor for quickly writing mathematical equations using the LaTex syntax. Also included is a symbols keyboard for quickly inserting common symbols such as greek letters and operators. Basisinformatie over de Extensie
| Naam | |
| ID | phancnbmppjgodggfbjccodoepcbdghj |
| Officiële URL | https://chromewebstore.google.com/detail/quicklatex/phancnbmppjgodggfbjccodoepcbdghj |
| Beschrijving | Editor for quickly writing mathematical equations using the LaTex syntax. Also included is a symbols keyboard for quickly… |
| Bestandsgrootte | 597 KB |
| Aantal Installaties | 801 |
| Huidige Versie | 1.0 |
| Laatst Bijgewerkt | 2018-07-30 |
| Publicatiedatum | 2018-07-29 |
| Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | Unknown |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/amar-b/QuickLaTex |
| Ondersteunde Talen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"short_name": "QuickLaTex",
"name": "QuickLaTex",
"manifest_version": 2,
"browser_action": {
"default_popup": "index.html",
"default_title": "LaTex Quick Editor"
},
"icons": {
"16": "images\/calc16.png",
"48": "images\/calc48.png",
"128": "images\/calc128.png"
},
"permissions": [
"storage"
],
"background": {
"page": "bg.html"
},
"content_security_policy": "script-src 'self' https:\/\/cdnjs.cloudflare.com; object-src 'self'",
"version": "1.0"
} | |