Equation Finder
Quickly look up math and science equations.
Equation Finderคืออะไร?
Equation Finder เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://parasolarchives.com และคุณลักษณะหลักของมันคือ "Quickly look up math and science equations."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Equation Finder
ดาวน์โหลดไฟล์ส่วนขยาย Equation Finder ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Quickly lookup math and science equations right from your browser. A list of equations currently stored in the extension's database can be found on the extension's GitHub Wiki. How to Use: Start typing in an equation name (e.g. Maxwell's Equations). If an equation starting with the input exists, it will be suggested to you. Hit enter to display the equation (if an equation with the given name exists in the database). Start typing to search for a new equation.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Equation Finder |
ID | cempkcjhopkkdjbhdcmogacchkllmkoi |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/equation-finder/cempkcjhopkkdjbhdcmogacchkllmkoi |
คำอธิบาย | Quickly look up math and science equations. |
ขนาดไฟล์ | 622 KB |
จำนวนการติดตั้ง | 5,047 |
เวอร์ชันปัจจุบัน | 0.2.1 |
อัปเดตครั้งล่าสุด | 2019-03-08 |
วันที่เผยแพร่ | 2019-03-08 |
คะแนน | 4.14/5 รวมทั้งหมด 7 คะแนน |
ผู้พัฒนา | https://parasolarchives.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/djh101/chrome-equation-finder |
URL หน้าช่วยเหลือ | https://github.com/djh101/chrome-equation-finder/wiki |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Equation Finder", "short_name": "Eqn. Finder", "description": "Quickly look up math and science equations.", "version": "0.2.1", "icons": { "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" } } |