jbodju

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

jbodju là gì?

jbodju là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "Helps reading of lojban text by overlaying parse tree from camxes.js.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng jbodju

Tải xuống các tệp mở rộng jbodju dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên jbodju jbodju
ID affbhhmfgfidcohhldakpahhebpmhcco
URL Chính Thức https://chromewebstore.google.com/detail/jbodju/affbhhmfgfidcohhldakpahhebpmhcco
Mô tả Helps reading of lojban text by overlaying parse tree from camxes.js.
Kích Thước Tệp 82.19 KB
Số Lần Cài Đặt 28
Phiên Bản Hiện Tại 0.1
Cập Nhật Lần Cuối 2014-06-23
Ngày Phát Hành 2014-06-23
Đánh Giá 4.50/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Unknown
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}