jbodju

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

Wat is jbodju?

jbodju is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "Helps reading of lojban text by overlaying parse tree from camxes.js.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie jbodju

Download jbodju-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam jbodju jbodju
ID affbhhmfgfidcohhldakpahhebpmhcco
Officiële URL https://chromewebstore.google.com/detail/jbodju/affbhhmfgfidcohhldakpahhebpmhcco
Beschrijving Helps reading of lojban text by overlaying parse tree from camxes.js.
Bestandsgrootte 82.19 KB
Aantal Installaties 28
Huidige Versie 0.1
Laatst Bijgewerkt 2014-06-23
Publicatiedatum 2014-06-23
Beoordeling 4.50/5 Totaal 2 Beoordelingen
Ontwikkelaar Unknown
Betalingswijze free
Ondersteunde Talen 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"
            ]
        }
    ]
}