jbodju

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

什麼是jbodju?

jbodju是由Unknown開發的Chrome擴展程式,該擴展的主要功能是“Helps reading of lojban text by overlaying parse tree from camxes.js.”。

擴展截圖

screenshot

下載jbodju擴展crx文件

下載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
官方網址 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"
            ]
        }
    ]
}