WikiZero Formulas
This extension enables your browser to display mathematical formulas on Wiki Zero pages
WikiZero Formulasคืออะไร?
WikiZero Formulas เป็นส่วนขยายของ Chrome ที่พัฒนาโดย berkantkepez และคุณลักษณะหลักของมันคือ "This extension enables your browser to display mathematical formulas on Wiki Zero pages"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย WikiZero Formulas
ดาวน์โหลดไฟล์ส่วนขยาย 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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
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" } } |