jbodju
Helps reading of lojban text by overlaying parse tree from camxes.js.
Co je jbodju?
jbodju je rozšíření Chrome vyvinuté Unknown, a jeho hlavní funkcí je „Helps reading of lojban text by overlaying parse tree from camxes.js.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření jbodju
Stáhněte si soubory rozšíření jbodju ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | jbodju |
ID | affbhhmfgfidcohhldakpahhebpmhcco |
Oficiální URL | https://chromewebstore.google.com/detail/jbodju/affbhhmfgfidcohhldakpahhebpmhcco |
Popis | Helps reading of lojban text by overlaying parse tree from camxes.js. |
Velikost souboru | 82.19 KB |
Počet instalací | 28 |
Aktuální Verze | 0.1 |
Poslední Aktualizace | 2014-06-23 |
Datum Vydání | 2014-06-23 |
Hodnocení | 4.50/5 Celkem 2 Hodnocení |
Vývojář | Unknown |
Typ Platby | free |
Podporované Jazyky | 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" ] } ] } |