jbodju

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

Что такое jbodju?

jbodju - это расширение Chrome, разработанное Unknown, и его основная функция - "Helps reading of lojban text by overlaying parse tree from camxes.js.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения jbodju

Скачайте файлы расширений jbodju в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название jbodju jbodju
ID affbhhmfgfidcohhldakpahhebpmhcco
Официальный URL https://chromewebstore.google.com/detail/jbodju/affbhhmfgfidcohhldakpahhebpmhcco
Описание Helps reading of lojban text by overlaying parse tree from camxes.js.
Размер файла 82.19 KB
Количество установок 28
Текущая Версия 0.1
Последнее Обновление 2014-06-23
Дата публикации 2014-06-23
Рейтинг 4.50/5 Всего 2 оценок
Разработчик Unknown
Тип оплаты free
Поддерживаемые языки 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"
            ]
        }
    ]
}