GitHub Math Display

Displays LaTeX math equations in GitHub markdown previews.

GitHub Math Display là gì?

GitHub Math Display là một tiện ích mở rộng Chrome được phát triển bởi AaronCQL, và tính năng chính của nó là "Displays LaTeX math equations in GitHub markdown previews.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng GitHub Math Display

Tải xuống các tệp mở rộng GitHub Math Display dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Features:
- Only targets Markdown previews: code blocks and code previews will not be affected
- Fast and efficient rendering using KaTeX
- Supports current GitHub website: including internal navigations, and when previewing an edited Markdown file                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên GitHub Math Display GitHub Math Display
ID cgolaobglebjonjiblcjagnpmdmlgmda
URL Chính Thức https://chromewebstore.google.com/detail/github-math-display/cgolaobglebjonjiblcjagnpmdmlgmda
Mô tả Displays LaTeX math equations in GitHub markdown previews.
Kích Thước Tệp 1.09 MB
Số Lần Cài Đặt 849
Phiên Bản Hiện Tại 0.3.7
Cập Nhật Lần Cuối 2022-03-25
Ngày Phát Hành 2020-07-30
Đánh Giá 5.00/5 Tổng số 7 Đánh Giá
Nhà Phát Triển AaronCQL
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/AaronCQL/katex-github-chrome-extension
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "GitHub Math Display",
    "version": "0.3.7",
    "description": "Displays LaTeX math equations in GitHub markdown previews.",
    "icons": {
        "128": "assets\/icon128.png"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/index-b8a067f0.js"
            ],
            "matches": [
                "https:\/\/github.com\/*"
            ],
            "run_at": "document_end",
            "css": [
                "assets\/katex.css"
            ]
        }
    ],
    "background": {
        "scripts": [
            "assets\/background-c76225da.js"
        ],
        "persistent": true
    },
    "web_accessible_resources": [
        "index.js",
        "assets\/fonts\/*",
        "constants-d1d9f3fd.js"
    ],
    "permissions": [
        "webNavigation",
        "*:\/\/*.github.com\/*"
    ]
}