ViewTeX
View LaTeX files (.tex) directly in Chrome™!
Cos'è ViewTeX?
ViewTeX è un'estensione di Chrome sviluppata da Penn Hackers, e la sua funzione principale è "View LaTeX files (.tex) directly in Chrome™!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione ViewTeX
Scarica i file di estensione ViewTeX in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | ViewTeX |
ID | hndddfcnkkjfkjmhnofcalgjheifajac |
URL Ufficiale | https://chromewebstore.google.com/detail/viewtex/hndddfcnkkjfkjmhnofcalgjheifajac |
Descrizione | View LaTeX files (.tex) directly in Chrome™! |
Dimensione del File | 501 KB |
Conteggio Installazioni | 544 |
Versione Corrente | 0.2.0 |
Ultimo Aggiornamento | 2014-09-17 |
Data di Pubblicazione | 2014-09-16 |
Valutazione | 4.00/5 Totale 6 Valutazioni |
Sviluppatore | Penn Hackers |
Tipo di Pagamento | free |
Lingue Supportate | 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" } ] } |