WikiZero Formulas

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

WikiZero Formulas क्या है?

WikiZero Formulas berkantkepez द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension enables your browser to display mathematical formulas on Wiki Zero pages"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में WikiZero Formulas एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
आधिकारिक URL 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"
    }
}