jbodju

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

jbodju क्या है?

jbodju Unknown द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Helps reading of lojban text by overlaying parse tree from camxes.js."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में jbodju एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
            ]
        }
    ]
}