Symbol Typer - Write Math and Symbols Easily
Write special symbols in plain text and paste them anywhere!
Cos'è Symbol Typer - Write Math and Symbols Easily?
Symbol Typer - Write Math and Symbols Easily è un'estensione di Chrome sviluppata da https://symboltyper.com, e la sua funzione principale è "Write special symbols in plain text and paste them anywhere!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Symbol Typer - Write Math and Symbols Easily
Scarica i file di estensione Symbol Typer - Write Math and Symbols Easily in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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 (⟦,⟧)
Informazioni di Base sull'Estensione
Nome | Symbol Typer - Write Math and Symbols Easily |
ID | bmkeakikhanegdbepkdemnpdapfemjln |
URL Ufficiale | https://chromewebstore.google.com/detail/symbol-typer-write-math-a/bmkeakikhanegdbepkdemnpdapfemjln |
Descrizione | Write special symbols in plain text and paste them anywhere! |
Dimensione del File | 18.19 KB |
Conteggio Installazioni | 1,689 |
Versione Corrente | 0.71 |
Ultimo Aggiornamento | 2023-10-03 |
Data di Pubblicazione | 2021-03-21 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | https://symboltyper.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://symboltyper.com?utm_source=webstore |
URL della Pagina di Aiuto | https://symboltyper.com/help.html?utm_source=webstore |
Lingue Supportate | 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 } |