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.
扩展基本信息
名称 | 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" } ] } |