jbodju
Helps reading of lojban text by overlaying parse tree from camxes.js.
Co to jest jbodju?
jbodju to rozszerzenie Chrome opracowane przez Unknown, a jego główną funkcją jest „Helps reading of lojban text by overlaying parse tree from camxes.js.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia jbodju
Pobierz pliki rozszerzeń jbodju w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | jbodju |
ID | affbhhmfgfidcohhldakpahhebpmhcco |
Oficjalny URL | https://chromewebstore.google.com/detail/jbodju/affbhhmfgfidcohhldakpahhebpmhcco |
Opis | Helps reading of lojban text by overlaying parse tree from camxes.js. |
Rozmiar pliku | 82.19 KB |
Liczba instalacji | 28 |
Aktualna Wersja | 0.1 |
Ostatnia Aktualizacja | 2014-06-23 |
Data Publikacji | 2014-06-23 |
Ocena | 4.50/5 Łącznie 2 Oceny |
Deweloper | Unknown |
Typ Płatności | free |
Obsługiwane Języki | 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" ] } ] } |