Symbol Typer - Write Math and Symbols Easily

Write special symbols in plain text and paste them anywhere!

O que é Symbol Typer - Write Math and Symbols Easily?

Symbol Typer - Write Math and Symbols Easily é uma extensão do Chrome desenvolvida por https://symboltyper.com, e sua principal característica é "Write special symbols in plain text and paste them anywhere!".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Symbol Typer - Write Math and Symbols Easily

Baixe arquivos de extensão Symbol Typer - Write Math and Symbols Easily 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

                        Using Symbol Typer, you can easily type mathematical symbols in plain text.

Simply open the extension and start typing: e^x will turn into eˣ,\alpha will become α, and many other symbols are available.

- Math? Easy! A\cup B = C → A∪B=C
- Chemistry? No problem! H_2 O → H₂O
- Physics? We got your back! H(t)|\Psi(t)\ket → H(t)|Ψ(t)〉

To activate the extension press Alt+Shift+Z in your browser or set a shortcut of your own in Chrome->Settings->Extensions->Menu->Keyboard Shortcuts.

No permissions are required for Symbol Typer to work! This extension is lightweight, quick and easy.

New in version 0.71:
-- New symbol buttons

New in version 0.70:
-- New symbols including \llbracket, \rrbracket (⟦,⟧)                    

Informações Básicas da Extensão

Nome Symbol Typer - Write Math and Symbols Easily Symbol Typer - Write Math and Symbols Easily
ID bmkeakikhanegdbepkdemnpdapfemjln
URL Oficial https://chromewebstore.google.com/detail/symbol-typer-write-math-a/bmkeakikhanegdbepkdemnpdapfemjln
Descrição Write special symbols in plain text and paste them anywhere!
Tamanho do Arquivo 18.19 KB
Contagem de Instalações 1,689
Versão Atual 0.71
Última Atualização 2023-10-03
Data de Publicação 2021-03-21
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor https://symboltyper.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://symboltyper.com?utm_source=webstore
URL da Página de Ajuda https://symboltyper.com/help.html?utm_source=webstore
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Symbol Typer - Write Math and Symbols Easily",
    "version": "0.71",
    "description": "Write special symbols in plain text and paste them anywhere!",
    "action": {
        "default_popup": "popup.html"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "windows": "Alt+Shift+Z",
                "mac": "Alt+Shift+Z",
                "chromeos": "Alt+Shift+Z",
                "linux": "Alt+Shift+Z"
            }
        }
    },
    "icons": {
        "128": "icon-128.png"
    },
    "manifest_version": 3
}