WeBWorK Parentheses Autocomplete

Type a paren, have it automatically close.

WeBWorK Parentheses Autocomplete là gì?

WeBWorK Parentheses Autocomplete là một tiện ích mở rộng Chrome được phát triển bởi caseyw, và tính năng chính của nó là "Type a paren, have it automatically close.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng WeBWorK Parentheses Autocomplete

Tải xuống các tệp mở rộng WeBWorK Parentheses Autocomplete dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên WeBWorK Parentheses Autocomplete WeBWorK Parentheses Autocomplete
ID ickaacoaepjbdmcehkjchkalfdpanfci
URL Chính Thức https://chromewebstore.google.com/detail/webwork-parentheses-autoc/ickaacoaepjbdmcehkjchkalfdpanfci
Mô tả Type a paren, have it automatically close.
Kích Thước Tệp 83.11 KB
Số Lần Cài Đặt 91
Phiên Bản Hiện Tại 1.0.3
Cập Nhật Lần Cuối 2014-03-20
Ngày Phát Hành 2014-03-20
Đánh Giá 4.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển caseyw
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    ]
}