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
公式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"
            ]
        }
    ]
}