ViewTeX
View LaTeX files (.tex) directly in Chrome™!
Wat is ViewTeX?
ViewTeX is een Chrome-extensie ontwikkeld door Penn Hackers, en de belangrijkste functie is "View LaTeX files (.tex) directly in Chrome™!".
Extensie Screenshots
Download het CRX-bestand van de extensie ViewTeX
Download ViewTeX-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
View LaTeX files (.tex) directly in Chrome™! The LaTeX file opens up in the left pane, and the rendered PDF opens in the right pane. Chrome is a trademark of Google Inc. Use of this trademark is subject to Google Permissions.
Basisinformatie over de Extensie
Naam | ViewTeX |
ID | hndddfcnkkjfkjmhnofcalgjheifajac |
Officiële URL | https://chromewebstore.google.com/detail/viewtex/hndddfcnkkjfkjmhnofcalgjheifajac |
Beschrijving | View LaTeX files (.tex) directly in Chrome™! |
Bestandsgrootte | 501 KB |
Aantal Installaties | 544 |
Huidige Versie | 0.2.0 |
Laatst Bijgewerkt | 2014-09-17 |
Publicatiedatum | 2014-09-16 |
Beoordeling | 4.00/5 Totaal 6 Beoordelingen |
Ontwikkelaar | Penn Hackers |
Betalingswijze | free |
Ondersteunde Talen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ViewTeX", "version": "0.2.0", "background": { "scripts": [ "js\/background.js" ] }, "icons": { "128": "img\/icon128.png" }, "description": "View LaTeX files (.tex) directly in Chrome\u2122!", "manifest_version": 2, "permissions": [ "webRequest", "webRequestBlocking", "http:\/\/*\/*", "https:\/\/*\/*" ], "content_scripts": [ { "matches": [ "*:\/\/*\/*.tex" ], "js": [ "js\/content.js" ], "run_at": "document_end" } ] } |