jbodju

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

Cos'è jbodju?

jbodju è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "Helps reading of lojban text by overlaying parse tree from camxes.js.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione jbodju

Scarica i file di estensione jbodju in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome jbodju jbodju
ID affbhhmfgfidcohhldakpahhebpmhcco
URL Ufficiale https://chromewebstore.google.com/detail/jbodju/affbhhmfgfidcohhldakpahhebpmhcco
Descrizione Helps reading of lojban text by overlaying parse tree from camxes.js.
Dimensione del File 82.19 KB
Conteggio Installazioni 28
Versione Corrente 0.1
Ultimo Aggiornamento 2014-06-23
Data di Pubblicazione 2014-06-23
Valutazione 4.50/5 Totale 2 Valutazioni
Sviluppatore Unknown
Tipo di Pagamento free
Lingue Supportate 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"
            ]
        }
    ]
}