WeBWorK Parentheses Autocomplete

Type a paren, have it automatically close.

Apa itu WeBWorK Parentheses Autocomplete?

WeBWorK Parentheses Autocomplete adalah ekstensi Chrome yang dikembangkan oleh caseyw, dan fitur utamanya adalah "Type a paren, have it automatically close.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi WeBWorK Parentheses Autocomplete

Unduh file ekstensi WeBWorK Parentheses Autocomplete dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama WeBWorK Parentheses Autocomplete WeBWorK Parentheses Autocomplete
ID ickaacoaepjbdmcehkjchkalfdpanfci
URL Resmi https://chromewebstore.google.com/detail/webwork-parentheses-autoc/ickaacoaepjbdmcehkjchkalfdpanfci
Deskripsi Type a paren, have it automatically close.
Ukuran File 83.11 KB
Jumlah Instalasi 91
Versi Saat Ini 1.0.3
Terakhir Diperbarui 2014-03-20
Tanggal Publikasi 2014-03-20
Penilaian 4.00/5 Total 1 Penilaian
Pengembang caseyw
Tipe Pembayaran free
Bahasa yang Didukung 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"
        }
    ]
}