LaTeX Formula for iTuring
Enable LaTeX Formula in iTuring Editor
Wat is LaTeX Formula for iTuring?
LaTeX Formula for iTuring is een Chrome-extensie ontwikkeld door http://sneezry.com, en de belangrijkste functie is "Enable LaTeX Formula in iTuring Editor".
Extensie Screenshots
Download het CRX-bestand van de extensie LaTeX Formula for iTuring
Download LaTeX Formula for iTuring-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
Basisinformatie over de Extensie
Naam | |
ID | hfojmkljnabbmknachmochobjnhbfkom |
Officiële URL | https://chrome.google.com/webstore/detail/latex-formula-for-ituring/hfojmkljnabbmknachmochobjnhbfkom |
Beschrijving | Enable LaTeX Formula in iTuring Editor |
Bestandsgrootte | 8.31 KB |
Aantal Installaties | 2,498 |
Huidige Versie | 1.4 |
Laatst Bijgewerkt | 2016-01-23 |
Publicatiedatum | 2016-01-23 |
Beoordeling | 4.83/5 Totaal 6 Beoordelingen |
Ontwikkelaar | http://sneezry.com |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "LaTeX Formula for iTuring", "version": "1.4", "description": "Enable LaTeX Formula in iTuring Editor", "content_scripts": [ { "matches": [ "http:\/\/www.ituring.com.cn\/article\/write" ], "js": [ "js\/editor.js" ] }, { "matches": [ "http:\/\/www.ituring.com.cn\/article\/edit\/*" ], "js": [ "js\/editor.js", "js\/md.js" ] } ], "icons": { "128": "images\/logo.png" } } |