QuickTeX

Rapidly render LaTeX in the menu bar.

O que é QuickTeX?

QuickTeX é uma extensão do Chrome desenvolvida por Arman Bhalla, e sua principal característica é "Rapidly render LaTeX in the menu bar.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão QuickTeX

Baixe arquivos de extensão QuickTeX no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome QuickTeX QuickTeX
ID ailhlhfmlaelnmdebpekgnnblfedpnib
URL Oficial https://chromewebstore.google.com/detail/quicktex/ailhlhfmlaelnmdebpekgnnblfedpnib
Descrição Rapidly render LaTeX in the menu bar.
Tamanho do Arquivo 1.55 MB
Contagem de Instalações 298
Versão Atual 1.4
Última Atualização 2019-03-08
Data de Publicação 2019-03-08
Classificação 4.33/5 Total de 6 Avaliações
Desenvolvedor Arman Bhalla
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://techtide.github.io/
URL da Página de Ajuda https://techtide.github.io/
Idiomas Suportados 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"
    ]
}