QuickTeX

Rapidly render LaTeX in the menu bar.

Apa itu QuickTeX?

QuickTeX adalah ekstensi Chrome yang dikembangkan oleh Arman Bhalla, dan fitur utamanya adalah "Rapidly render LaTeX in the menu bar.".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi QuickTeX

Unduh file ekstensi QuickTeX dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        Rapidly and automatically render LaTeX in the menu browser. Take notes on various websites, save snippets, and view errors in your code. Along with that, comes the ability to copy and paste working code, and export it to images.

Keep in mind that this add-on is in its extremely early alpha stage, so any advice would be necessary, and bugs can be expected.                    

Informasi Dasar Ekstensi

Nama QuickTeX QuickTeX
ID ailhlhfmlaelnmdebpekgnnblfedpnib
URL Resmi https://chromewebstore.google.com/detail/quicktex/ailhlhfmlaelnmdebpekgnnblfedpnib
Deskripsi Rapidly render LaTeX in the menu bar.
Ukuran File 1.55 MB
Jumlah Instalasi 298
Versi Saat Ini 1.4
Terakhir Diperbarui 2019-03-08
Tanggal Publikasi 2019-03-08
Penilaian 4.33/5 Total 6 Penilaian
Pengembang Arman Bhalla
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://techtide.github.io/
URL Halaman Bantuan https://techtide.github.io/
Bahasa yang Didukung en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "QuickTeX",
    "version": "1.4",
    "description": "Rapidly render LaTeX in the menu bar.",
    "icons": {
        "32": "icons\/QT-32.png",
        "48": "icons\/QT-48.png",
        "96": "icons\/QT-96.png"
    },
    "browser_action": {
        "default_icon": "icons\/QT-96.png",
        "default_title": "QuickTeX",
        "default_popup": "popup\/window.html",
        "browser_style": true
    },
    "permissions": [
        "webRequest",
        "localStorage",
        "activeTabs"
    ]
}