Latex Copier
This Chrome extension copies the expression to the clipboard when you click on the previewed expression after typing LaTeX. This…
Latex Copier क्या है?
Latex Copier Oz Kang द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This Chrome extension copies the expression to the clipboard when you click on the previewed expression after typing LaTeX. This…"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Latex Copier एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This Chrome extension copies the expression to the clipboard when you click on the previewed expression after typing LaTeX. This allows you to insert expressions using LaTeX in editors that do not support LaTeX but can insert images.
एक्सटेंशन की मूल जानकारी
नाम | Latex Copier |
ID | mcijdmkdolppghpjladekoagkgkhaenk |
आधिकारिक URL | https://chromewebstore.google.com/detail/latex-copier/mcijdmkdolppghpjladekoagkgkhaenk |
विवरण | This Chrome extension copies the expression to the clipboard when you click on the previewed expression after typing LaTeX. This… |
फ़ाइल का आकार | 1.07 MB |
स्थापना संख्या | 91 |
वर्तमान संस्करण | 1.1.2 |
अंतिम अपडेट | 2022-12-13 |
प्रकाशन तिथि | 2022-12-11 |
डेवलपर | Oz Kang |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "action": { "default_popup": "index.html" }, "permissions": [ "storage" ], "icons": { "16": "16.png", "32": "32.png", "48": "48.png", "128": "128.png" }, "manifest_version": 3, "name": "Latex Copier", "offline_enabled": true, "version": "1.1.2" } |