jbodju

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

¿Qué es jbodju?

jbodju es una extensión de Chrome desarrollada por Unknown, y su función principal es "Helps reading of lojban text by overlaying parse tree from camxes.js.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión jbodju

Descarga archivos de extensión jbodju en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre jbodju jbodju
ID affbhhmfgfidcohhldakpahhebpmhcco
URL Oficial https://chromewebstore.google.com/detail/jbodju/affbhhmfgfidcohhldakpahhebpmhcco
Descripción Helps reading of lojban text by overlaying parse tree from camxes.js.
Tamaño del Archivo 82.19 KB
Cantidad de Instalaciones 28
Versión Actual 0.1
Última Actualización 2014-06-23
Fecha de Publicación 2014-06-23
Calificación 4.50/5 Total de 2 Calificaciones
Desarrollador Unknown
Tipo de Pago free
Idiomas Soportados 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"
            ]
        }
    ]
}