LaTeX Cheat Sheet
A LaTeX cheat sheet, one click away
什麼是LaTeX Cheat Sheet?
LaTeX Cheat Sheet是由Abir Bhushan開發的Chrome擴展程式,該擴展的主要功能是“A LaTeX cheat sheet, one click away”。
擴展截圖
下載LaTeX Cheat Sheet擴展crx文件
下載LaTeX Cheat Sheet擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
LaTeX Cheat Sheet is a browser extension for Google Chrome that provides easy access to many of the commands and packages used to create LaTeX documents; be it as simple as x^{2} or something as unfamiliar as BibTeX, this cheat sheet has got you covered.
Feedback:
Email: [email protected]
_______________________________________________
The best place for support is not in the reviews section below, but on GitHub:
https://github.com/abircb/latex-cheat-sheet/issues 擴展基本資訊
| 名稱 | |
| ID | hgpipalfldnmpieagkbdkeflgmkhbfba |
| 官方網址 | https://chromewebstore.google.com/detail/latex-cheat-sheet/hgpipalfldnmpieagkbdkeflgmkhbfba |
| 簡介 | A LaTeX cheat sheet, one click away |
| 檔案大小 | 24.91 KB |
| 安裝次數 | 193 |
| 目前版本 | 1.0.1 |
| 更新時間 | 2019-12-06 |
| 上架時間 | 2019-12-05 |
| 開發者 | Abir Bhushan |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | https://github.com/abircb/latex-cheat-sheet |
| 說明頁面URL | https://github.com/abircb/latex-cheat-sheet/issues |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "LaTeX Cheat Sheet",
"description": "A LaTeX cheat sheet, one click away",
"version": "1.0.1",
"icons": {
"128": "icons\/icon128.png",
"48": "icons\/icon48.png",
"16": "icons\/icon16.png"
},
"default_locale": "en",
"browser_action": {
"default_icon": {
"128": "icons\/icon128.png",
"48": "icons\/icon48.png",
"16": "icons\/icon16.png"
},
"default_title": "LaTex Cheat Sheet",
"default_popup": "popup.html"
},
"content_security_policy": "script-src 'self' https:\/\/cdnjs.cloudflare.com\/; object-src 'self'"
} | |