Latex for Yahoo Answers

LaTeX formulas in Yahoo Answers.

什麼是Latex for Yahoo Answers?

Latex for Yahoo Answers是由YouMath開發的Chrome擴展程式,該擴展的主要功能是“LaTeX formulas in Yahoo Answers.”。

擴展截圖

screenshot

下載Latex for Yahoo Answers擴展crx文件

下載Latex for Yahoo Answers擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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 Latex for Yahoo Answers
ID bhpkfnidkanhelfjhplgdekaahcjdlfl
官方網址 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
}