Discord TeX

Convert and send LaTeX expressions as images in Discord. Format expressions in Discord or for other websites and programs.

Τι είναι το Discord TeX;

Το Discord TeX είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον SDBagel, και η κύρια λειτουργία του είναι "Convert and send LaTeX expressions as images in Discord. Format expressions in Discord or for other websites and programs.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Discord TeX

Λήψη αρχείων επέκτασης Discord TeX σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Discord TeX lets you easily type in a LaTeX expression and send it to a channel or DM as an image. This lets people without this extension to be able to view your expression. The image is copied to your clipboard, which lets you paste it in any Discord channel or direct message.

** Features **
- Convert and send LaTeX expressions in Discord as images
- Use the extension to convert expressions as images for use on other sites
- Expression images are copied to the clipboard, so they can be used in other programs on your computer

** Privacy **
The extension does not collect or send any user data and operates independently of an internet connection. I trust that Discord collects enough data about their users already :P                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Discord TeX Discord TeX
ID jiengimpehefbjodikggbepdbeljegga
Επίσημο URL https://chromewebstore.google.com/detail/discord-tex/jiengimpehefbjodikggbepdbeljegga
Περιγραφή Convert and send LaTeX expressions as images in Discord. Format expressions in Discord or for other websites and programs.
Μέγεθος Αρχείου 4.57 MB
Αριθμός Εγκαταστάσεων 199
Τρέχουσα Έκδοση 2.2.4
Τελευταία Ενημέρωση 2021-02-18
Ημερομηνία Δημοσίευσης 2020-11-03
Αξιολόγηση 5.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής SDBagel
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Discord TeX",
    "description": "Convert and send LaTeX expressions as images in Discord. Format expressions in Discord or for other websites and programs.",
    "version": "2.2.4",
    "icons": {
        "16": "icons\/favicon16.png",
        "48": "icons\/favicon48.png",
        "128": "icons\/favicon128.png"
    },
    "browser_action": {
        "default_icon": "src\/favicon.png",
        "default_popup": "src\/index.html"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Alt+L",
                "mac": "Alt+L",
                "chromeos": "Alt+L",
                "linux": "Alt+L"
            },
            "description": "Open popup."
        }
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/discord.com\/channels\/*"
            ],
            "js": [
                "src\/mathjax\/tex-svg.js",
                "src\/index.js"
            ]
        }
    ],
    "permissions": [
        "https:\/\/discord.com\/channels\/*"
    ]
}