jbodju
Helps reading of lojban text by overlaying parse tree from camxes.js.
Τι είναι το jbodju;
Το jbodju είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Unknown, και η κύρια λειτουργία του είναι "Helps reading of lojban text by overlaying parse tree from camxes.js.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης jbodju
Λήψη αρχείων επέκτασης 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" ] } ] } |