Latex Comments
Compile and show latex formulas in comments.
什麼是Latex Comments?
Latex Comments是由eyal.fink開發的Chrome擴展程式,該擴展的主要功能是“Compile and show latex formulas in comments.”。
擴展截圖
下載Latex Comments擴展crx文件
下載Latex Comments擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Compile and show latex formulas in comments (on bitbucket)
擴展基本資訊
名稱 | Latex Comments |
ID | pnbacpdpbhmkgfdjnibjdjmiahnoennj |
官方網址 | https://chromewebstore.google.com/detail/latex-comments/pnbacpdpbhmkgfdjnibjdjmiahnoennj |
簡介 | Compile and show latex formulas in comments. |
檔案大小 | 7.02 KB |
安裝次數 | 60 |
目前版本 | 1.5 |
更新時間 | 2019-03-08 |
上架時間 | 2019-03-08 |
評分 | 2.67/5 共 3 次評分 |
開發者 | eyal.fink |
付費類型 | free |
擴展官網 | https://bitbucket.org/efink/latex-comments-extension/overview |
說明頁面URL | https://bitbucket.org/efink/latex-comments-extension/issues?status=new&status=open |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Latex Comments", "description": "Compile and show latex formulas in comments.", "version": "1.5", "permissions": [ "https:\/\/bitbucket.org\/" ], "content_scripts": [ { "matches": [ "https:\/\/bitbucket.org\/*" ], "css": [], "js": [ "latexify.js" ], "run_at": "document_idle" } ] } |