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.”。
扩展截图
下载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 |
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" ] } ] } |