WeBWorK Parentheses Autocomplete
Type a paren, have it automatically close.
WeBWorK Parentheses Autocompleteคืออะไร?
WeBWorK Parentheses Autocomplete เป็นส่วนขยายของ Chrome ที่พัฒนาโดย caseyw และคุณลักษณะหลักของมันคือ "Type a paren, have it automatically close."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย WeBWorK Parentheses Autocomplete
ดาวน์โหลดไฟล์ส่วนขยาย WeBWorK Parentheses Autocomplete ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Now whenever you type a paren in webwork, the extension will automatically complete it. This extension also contains an experimental and buggy Wolfram|Alpha integration. You can click an equation and W|A will attempt to display it. Warning: don't rely too much on W|A.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | WeBWorK Parentheses Autocomplete |
ID | ickaacoaepjbdmcehkjchkalfdpanfci |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/webwork-parentheses-autoc/ickaacoaepjbdmcehkjchkalfdpanfci |
คำอธิบาย | Type a paren, have it automatically close. |
ขนาดไฟล์ | 83.11 KB |
จำนวนการติดตั้ง | 91 |
เวอร์ชันปัจจุบัน | 1.0.3 |
อัปเดตครั้งล่าสุด | 2014-03-20 |
วันที่เผยแพร่ | 2014-03-20 |
คะแนน | 4.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | caseyw |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "WeBWorK Parentheses Autocomplete", "version": "1.0.3", "description": "Type a paren, have it automatically close.", "icons": { "48": "48.png", "128": "128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/webwork\/*", "*:\/\/*\/webwork2\/*" ], "js": [ "jquery-2.1.0.min.js", "content_script.js" ], "css": [ "style.css" ], "run_at": "document_end" } ] } |