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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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