jbodju

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

Qu'est-ce que jbodju ?

jbodju est une extension Chrome développée par Unknown, et sa fonction principale est "Helps reading of lojban text by overlaying parse tree from camxes.js.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension jbodju

Téléchargez les fichiers d'extension jbodju au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom jbodju jbodju
ID affbhhmfgfidcohhldakpahhebpmhcco
URL Officiel https://chromewebstore.google.com/detail/jbodju/affbhhmfgfidcohhldakpahhebpmhcco
Description Helps reading of lojban text by overlaying parse tree from camxes.js.
Taille du Fichier 82.19 KB
Nombre d'Installations 28
Version Actuelle 0.1
Dernière Mise à Jour 2014-06-23
Date de Publication 2014-06-23
Évaluation 4.50/5 Total 2 Évaluations
Développeur Unknown
Type de Paiement free
Langues Prises en Charge 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"
            ]
        }
    ]
}