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.」です。

拡張機能のスクリーンショット

screenshot

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 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"
        }
    ]
}