Latex for Yahoo Answers
LaTeX formulas in Yahoo Answers.
Latex for Yahoo Answers क्या है?
Latex for Yahoo Answers YouMath द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "LaTeX formulas in Yahoo Answers."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Latex for Yahoo Answers एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Use LaTeX in Yahoo Answer: write beautiful formulas with LaTeX syntax in Yahoo's questions and answers and get them rendered through MathJax. Easy as e^x=1! Please note that in order to see the formulas the other users will need to have the LaTeX for Yahoo Answer extension installed and enabled, otherwise they'll just see TeX code. For further informations visit our website, you can reach it through "Details" tab. --- Usa LaTeX in Yahoo Answer: scrivi bellissime formule con la sintassi LaTeX nel sistema di domande e risposte di Yahoo, verranno renderizzate tramite MathJax. È facile come e^x=1! Cortesemente nota che per visualizzare le formule gli altri utenti dovranno aver installato e abilitato il plugin, in caso contrario visualizzeranno unicamente il codice TeX. Per ulteriori informazioni visita la guida presente sul nostro sito, trovi il link nella scheda "Dettagli".
एक्सटेंशन की मूल जानकारी
नाम | Latex for Yahoo Answers |
ID | bhpkfnidkanhelfjhplgdekaahcjdlfl |
आधिकारिक URL | https://chromewebstore.google.com/detail/latex-for-yahoo-answers/bhpkfnidkanhelfjhplgdekaahcjdlfl |
विवरण | LaTeX formulas in Yahoo Answers. |
फ़ाइल का आकार | 83.61 KB |
स्थापना संख्या | 64 |
वर्तमान संस्करण | 0.1 |
अंतिम अपडेट | 2014-10-14 |
प्रकाशन तिथि | 2014-10-13 |
रेटिंग | 1.00/5 कुल 1 रेटिंग्स |
डेवलपर | YouMath |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://www.youmath.it/cellulari-e-pc/2186-latex-yahoo-answers.html |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Latex for Yahoo Answers", "description": "LaTeX formulas in Yahoo Answers.", "short_name": "Latex4Yahoo", "version": "0.1", "homepage_url": "http:\/\/www.youmath.it", "background": { "scripts": [ "background.js" ], "persistent": true }, "content_scripts": [ { "all_frames": true, "js": [ "jquery.js", "app.js" ], "matches": [ "http:\/\/*.yahoo.com\/*", "https:\/\/*.yahoo.com\/*" ], "run_at": "document_start" } ], "permissions": [ "webRequest", "webRequestBlocking", "http:\/\/*.yahoo.com\/*", "https:\/\/*.yahoo.com\/*" ], "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "manifest_version": 2 } |