ViewTeX
View LaTeX files (.tex) directly in Chrome™!
Vad är ViewTeX?
ViewTeX är en Chrome-tillägg utvecklad av Penn Hackers, och dess huvudfunktion är "View LaTeX files (.tex) directly in Chrome™!".
Tilläggsskärmbilder
Ladda ner ViewTeX-förlängningens CRX-fil
Ladda ner ViewTeX-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | ViewTeX |
ID | hndddfcnkkjfkjmhnofcalgjheifajac |
Officiell webbadress | https://chromewebstore.google.com/detail/viewtex/hndddfcnkkjfkjmhnofcalgjheifajac |
Beskrivning | View LaTeX files (.tex) directly in Chrome™! |
Filstorlek | 501 KB |
Antal Installationer | 544 |
Aktuell Version | 0.2.0 |
Senast Uppdaterad | 2014-09-17 |
Publiceringsdatum | 2014-09-16 |
Betyg | 4.00/5 Totalt 6 Betyg |
Utvecklare | Penn Hackers |
Betalningssätt | free |
Stödda Språk | 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" } ] } |