jbodju
Helps reading of lojban text by overlaying parse tree from camxes.js.
O que é jbodju?
jbodju é uma extensão do Chrome desenvolvida por Unknown, e sua principal característica é "Helps reading of lojban text by overlaying parse tree from camxes.js.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão jbodju
Baixe arquivos de extensão jbodju no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | jbodju |
ID | affbhhmfgfidcohhldakpahhebpmhcco |
URL Oficial | https://chromewebstore.google.com/detail/jbodju/affbhhmfgfidcohhldakpahhebpmhcco |
Descrição | Helps reading of lojban text by overlaying parse tree from camxes.js. |
Tamanho do Arquivo | 82.19 KB |
Contagem de Instalações | 28 |
Versão Atual | 0.1 |
Última Atualização | 2014-06-23 |
Data de Publicação | 2014-06-23 |
Classificação | 4.50/5 Total de 2 Avaliações |
Desenvolvedor | Unknown |
Tipo de Pagamento | free |
Idiomas Suportados | 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" ] } ] } |