ViewTeX
View LaTeX files (.tex) directly in Chrome™!
什麼是ViewTeX?
ViewTeX是由Penn Hackers開發的Chrome擴展程式,該擴展的主要功能是“View LaTeX files (.tex) directly in Chrome™!”。
擴展截圖
下載ViewTeX擴展crx文件
下載ViewTeX擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | ViewTeX |
ID | hndddfcnkkjfkjmhnofcalgjheifajac |
官方網址 | https://chromewebstore.google.com/detail/viewtex/hndddfcnkkjfkjmhnofcalgjheifajac |
簡介 | View LaTeX files (.tex) directly in Chrome™! |
檔案大小 | 501 KB |
安裝次數 | 544 |
目前版本 | 0.2.0 |
更新時間 | 2014-09-17 |
上架時間 | 2014-09-16 |
評分 | 4.00/5 共 6 次評分 |
開發者 | Penn Hackers |
付費類型 | free |
支援的語言 | 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" } ] } |