jbodju

Helps reading of lojban text by overlaying parse tree from camxes.js.

Apa itu jbodju?

jbodju adalah ekstensi Chrome yang dikembangkan oleh Unknown, dan fitur utamanya adalah "Helps reading of lojban text by overlaying parse tree from camxes.js.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi jbodju

Unduh file ekstensi jbodju 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

                        Currently only enabled on "*://*.lojban.org/*" and "*://groups.google.com/*".

Select some lojban text or click some lojban text.

Clicking text may not work so well, because if there are other HTML nodes in the text it will stop at them.

Selecting text means it doesn't need to try and figure out where the text to parse starts/ends.

Selecting text is recommended.

If the text is deemed gramatical by camxes.js, then the parse tree will be added to the page.

You can toggle elided terminators.

Click some other text or click close to get rid of the parse tree.                    

Informasi Dasar Ekstensi

Nama jbodju jbodju
ID affbhhmfgfidcohhldakpahhebpmhcco
URL Resmi https://chromewebstore.google.com/detail/jbodju/affbhhmfgfidcohhldakpahhebpmhcco
Deskripsi Helps reading of lojban text by overlaying parse tree from camxes.js.
Ukuran File 82.19 KB
Jumlah Instalasi 28
Versi Saat Ini 0.1
Terakhir Diperbarui 2014-06-23
Tanggal Publikasi 2014-06-23
Penilaian 4.50/5 Total 2 Penilaian
Pengembang Unknown
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "jbodju",
    "description": "Helps reading of lojban text by overlaying parse tree from camxes.js.",
    "version": "0.1",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.lojban.org\/*",
                "*:\/\/groups.google.com\/*"
            ],
            "css": [
                "contentscript.css"
            ],
            "js": [
                "camxes.js",
                "contentscript.js"
            ]
        }
    ]
}