Thaana Phonetic Keyboard
Thaana Phonetic Keyboard - for ChromeOS
Τι είναι το Thaana Phonetic Keyboard;
Το Thaana Phonetic Keyboard είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Riyaz Mansoor, και η κύρια λειτουργία του είναι "Thaana Phonetic Keyboard - for ChromeOS".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Thaana Phonetic Keyboard
Λήψη αρχείων επέκτασης Thaana Phonetic Keyboard σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
This extension allows keyboard input in Thaana script. Dhivehi language, from the Maldives, is written in this script form. ChromeOS does not contain the Dhivehi language, nor an input keyboard to type in Thaana. This extension creates a new input keyboard for Thaana Phonetic typing. This new keyboard is attached to the existing Hebrew language, another right-to-left written language like Dhivehi. Steps to Install ; ============================== 1. Install this extension. 2. Install the Hebrew language (if not installed). 3. From input methods, select Thaana Phonetic Keyboard (if not selected). That's it. You can now type Dhivehi from the same Thaana Phonetic keyboards as on other operating system platforms. *Hint* : Use Ctrl+Shift+Space to cycle through keyboards. Gotchas ! ============================== ChromeOS does not provide an API for custom font installations that follows the user on to other devices. This extension does not provide any Thaana script fonts. This extension depends on the builtin Unicode font available on ChromeOS to display Thaana characters. *Hint* : In GSuite applications, convert the working document, sheet, slide, etc to the builtin PDF. Google substitutes a font that has much more pleasing Thaana Unicode characters. Display and/or print these PDFs to show aesthetically professional Thaana documents. The POWER keyboard ============================== This Thaana keyboard also provides command keys for fast outputs. The back tick ` starts a command sequence. The following commands are available : `` => ` `aa => Allah in Arabic `ab => Bismillah in Arabic `dh => Hijree date `dg => Gregorian data in Thaana script `ld => list of weekdays in Thaana script `lmh => list of Hijri months in Thaana script `lmg => list of Gregorian months in Thaana script `sv => letter writing - vedhun salaam... in Thaana script `sw => letter writing - ikhthiraam gabool... in Thaana script Updates ============================== 1.0.2 (2020-07-15): Code and documentation improvements. 1.0.1 (2020-06-28): Command key functionality rebuilt from scratch to offer variable length commands.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Thaana Phonetic Keyboard |
ID | lbkokgnilbbkpjnkeamgpbhmdojajngo |
Επίσημο URL | https://chromewebstore.google.com/detail/thaana-phonetic-keyboard/lbkokgnilbbkpjnkeamgpbhmdojajngo |
Περιγραφή | Thaana Phonetic Keyboard - for ChromeOS |
Μέγεθος Αρχείου | 437 KB |
Αριθμός Εγκαταστάσεων | 194 |
Τρέχουσα Έκδοση | 1.0.2 |
Τελευταία Ενημέρωση | 2020-07-14 |
Ημερομηνία Δημοσίευσης | 2020-06-28 |
Αξιολόγηση | 3.00/5 Συνολικά 2 Αξιολογήσεις |
Προγραμματιστής | Riyaz Mansoor |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | iw |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Thaana Phonetic Keyboard", "version": "1.0.2", "manifest_version": 2, "description": "Thaana Phonetic Keyboard - for ChromeOS", "background": { "scripts": [ "background.js" ] }, "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "96": "images\/icon96.png", "128": "images\/icon128.png" }, "permissions": [ "input" ], "input_components": [ { "name": "Thaana Phonetic Keyboard", "type": "ime", "id": "thaana_phonetic_keyboard", "description": "Thaana Phonetic Keyboard - for ChromeOS", "language": "he", "layouts": [ "mv" ] } ] } |