WikiZero Formulas

This extension enables your browser to display mathematical formulas on Wiki Zero pages

什麼是WikiZero Formulas?

WikiZero Formulas是由berkantkepez開發的Chrome擴展程式,該擴展的主要功能是“This extension enables your browser to display mathematical formulas on Wiki Zero pages”。

擴展截圖

screenshot

下載WikiZero Formulas擴展crx文件

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

擴展使用說明

                        OBSOLETE: Since Wiki-zero fixed that dysfunctionality, this extension is useless anymore. For other Wiki-Zero features, you can check my another extension at the following links:

https://chrome.google.com/webstore/detail/hamponpdlhceghibcaciddeoiidpmbaj/

While browsing on Wikipedia via Wiki-zero mirror, unfortunately the mathematical formulas are not rendered and displayed on the browser. This extension lets your browser display them to you.

Wikipedia sayfalarını zero aracılığıyla görüntülerken matematiksel formüllerin gözükmediğini fark etmişsinizdir. Bu eklenti sayesinde o formülleri görebilirsiniz.                    

擴展基本資訊

名稱 WikiZero Formulas WikiZero Formulas
ID flkgiklgicdilllnllodgaedidkafiaa
官方網址 https://chromewebstore.google.com/detail/wikizero-formulas/flkgiklgicdilllnllodgaedidkafiaa
簡介 This extension enables your browser to display mathematical formulas on Wiki Zero pages
檔案大小 9.67 KB
安裝次數 36
目前版本 1.0.1
更新時間 2018-06-18
上架時間 2018-06-18
評分 5.00/5 共 7 次評分
開發者 berkantkepez
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/tbrknt/wikiZeroFormulas
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "WikiZero Formulas",
    "description": "This extension enables your browser to display mathematical formulas on Wiki Zero pages",
    "version": "1.0.1",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.wiki-zero.com\/*"
            ],
            "js": [
                "wikiZeroFormula.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "https:\/\/wikimedia.org\/*"
    ],
    "icons": {
        "16": "images\/logo16.png",
        "32": "images\/logo32.png",
        "48": "images\/logo48.png",
        "128": "images\/logo128.png"
    }
}