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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    }
}