QuickTeX

Rapidly render LaTeX in the menu bar.

Qu'est-ce que QuickTeX ?

QuickTeX est une extension Chrome développée par Arman Bhalla, et sa fonction principale est "Rapidly render LaTeX in the menu bar.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension QuickTeX

Téléchargez les fichiers d'extension QuickTeX au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom QuickTeX QuickTeX
ID ailhlhfmlaelnmdebpekgnnblfedpnib
URL Officiel https://chromewebstore.google.com/detail/quicktex/ailhlhfmlaelnmdebpekgnnblfedpnib
Description Rapidly render LaTeX in the menu bar.
Taille du Fichier 1.55 MB
Nombre d'Installations 298
Version Actuelle 1.4
Dernière Mise à Jour 2019-03-08
Date de Publication 2019-03-08
Évaluation 4.33/5 Total 6 Évaluations
Développeur Arman Bhalla
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://techtide.github.io/
URL de la Page d'Aide https://techtide.github.io/
Langues Prises en Charge 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"
    ]
}