jbodju

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

What is jbodju?

jbodju is a Chrome extension developed by Unknown, and its main feature is "Helps reading of lojban text by overlaying parse tree from camxes.js.".

Extension Screenshots

screenshot

Download jbodju Extension CRX File

Download jbodju extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name jbodju jbodju
ID affbhhmfgfidcohhldakpahhebpmhcco
Official URL https://chromewebstore.google.com/detail/jbodju/affbhhmfgfidcohhldakpahhebpmhcco
Description Helps reading of lojban text by overlaying parse tree from camxes.js.
File Size 82.19 KB
Installation Count 28
Current Version 0.1
Last Updated 2014-06-23
Publish Date 2014-06-23
Rating 4.50/5 Total 2 Ratings
Developer Unknown
Payment Type free
Supported Languages 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"
            ]
        }
    ]
}