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)                     拡張機能の基本情報
| 名前 |   |  
| ID | pnbacpdpbhmkgfdjnibjdjmiahnoennj | 
| 公式URL | 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"
        }
    ]
}  |  |