ViewTeX
View LaTeX files (.tex) directly in Chrome™!
ViewTeXคืออะไร?
ViewTeX เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Penn Hackers และคุณลักษณะหลักของมันคือ "View LaTeX files (.tex) directly in Chrome™!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ViewTeX
ดาวน์โหลดไฟล์ส่วนขยาย 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. ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | hndddfcnkkjfkjmhnofcalgjheifajac |
| URL อย่างเป็นทางการ | 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"
}
]
} | |