Symbol Typer - Write Math and Symbols Easily
Write special symbols in plain text and paste them anywhere!
Qu'est-ce que Symbol Typer - Write Math and Symbols Easily ?
Symbol Typer - Write Math and Symbols Easily est une extension Chrome développée par https://symboltyper.com, et sa fonction principale est "Write special symbols in plain text and paste them anywhere!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Symbol Typer - Write Math and Symbols Easily
Téléchargez les fichiers d'extension Symbol Typer - Write Math and Symbols Easily au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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 (⟦,⟧)
Informations de Base sur l'Extension
Nom | Symbol Typer - Write Math and Symbols Easily |
ID | bmkeakikhanegdbepkdemnpdapfemjln |
URL Officiel | https://chromewebstore.google.com/detail/symbol-typer-write-math-a/bmkeakikhanegdbepkdemnpdapfemjln |
Description | Write special symbols in plain text and paste them anywhere! |
Taille du Fichier | 18.19 KB |
Nombre d'Installations | 1,689 |
Version Actuelle | 0.71 |
Dernière Mise à Jour | 2023-10-03 |
Date de Publication | 2021-03-21 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | https://symboltyper.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://symboltyper.com?utm_source=webstore |
URL de la Page d'Aide | https://symboltyper.com/help.html?utm_source=webstore |
Langues Prises en Charge | 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 } |