WeBWorK Parentheses Autocomplete
Type a paren, have it automatically close.
什麼是WeBWorK Parentheses Autocomplete?
WeBWorK Parentheses Autocomplete是由caseyw開發的Chrome擴展程式,該擴展的主要功能是“Type a paren, have it automatically close.”。
擴展截圖
下載WeBWorK Parentheses Autocomplete擴展crx文件
下載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. 擴展基本資訊
| 名稱 | |
| ID | ickaacoaepjbdmcehkjchkalfdpanfci |
| 官方網址 | 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"
}
]
} | |