Latex Comments
Compile and show latex formulas in comments.
Qu'est-ce que Latex Comments ?
Latex Comments est une extension Chrome développée par eyal.fink, et sa fonction principale est "Compile and show latex formulas in comments.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Latex Comments
Téléchargez les fichiers d'extension Latex Comments 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
Compile and show latex formulas in comments (on bitbucket)
Informations de Base sur l'Extension
Nom | Latex Comments |
ID | pnbacpdpbhmkgfdjnibjdjmiahnoennj |
URL Officiel | https://chromewebstore.google.com/detail/latex-comments/pnbacpdpbhmkgfdjnibjdjmiahnoennj |
Description | Compile and show latex formulas in comments. |
Taille du Fichier | 7.02 KB |
Nombre d'Installations | 60 |
Version Actuelle | 1.5 |
Dernière Mise à Jour | 2019-03-08 |
Date de Publication | 2019-03-08 |
Évaluation | 2.67/5 Total 3 Évaluations |
Développeur | eyal.fink |
Type de Paiement | free |
Site Web de l'Extension | https://bitbucket.org/efink/latex-comments-extension/overview |
URL de la Page d'Aide | https://bitbucket.org/efink/latex-comments-extension/issues?status=new&status=open |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Latex Comments", "description": "Compile and show latex formulas in comments.", "version": "1.5", "permissions": [ "https:\/\/bitbucket.org\/" ], "content_scripts": [ { "matches": [ "https:\/\/bitbucket.org\/*" ], "css": [], "js": [ "latexify.js" ], "run_at": "document_idle" } ] } |