jbodju

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

Was ist jbodju?

jbodju ist eine Chrome-Erweiterung, die von Unknown entwickelt wurde, und ihr Hauptmerkmal ist "Helps reading of lojban text by overlaying parse tree from camxes.js.".

Erweiterungsscreenshots

screenshot

jbodju-Erweiterungs-CRX-Datei herunterladen

Laden Sie jbodju-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name jbodju jbodju
ID affbhhmfgfidcohhldakpahhebpmhcco
Offizielle URL https://chromewebstore.google.com/detail/jbodju/affbhhmfgfidcohhldakpahhebpmhcco
Beschreibung Helps reading of lojban text by overlaying parse tree from camxes.js.
Dateigröße 82.19 KB
Installationsanzahl 28
Aktuelle Version 0.1
Letztes Update 2014-06-23
Veröffentlichungsdatum 2014-06-23
Bewertung 4.50/5 Insgesamt 2 Bewertungen
Entwickler Unknown
Zahlungsart free
Unterstützte Sprachen 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"
            ]
        }
    ]
}