Chale Keyboard
This Chrome extension lets you type your local language's special characters
Qu'est-ce que Chale Keyboard ?
Chale Keyboard est une extension Chrome développée par https://chalekeyboard.com, et sa fonction principale est "This Chrome extension lets you type your local language's special characters".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Chale Keyboard
Téléchargez les fichiers d'extension Chale Keyboard au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
The latest updates to the Chale Keyboard Chrome extension brings the following improvements: - Inclusion of missing uppercase characters of ɤ, ʣ and ʦ - Support for the new Microsoft Edge browser What's New? - Bug fix to remove redundant pop-up alert
Informations de Base sur l'Extension
Nom | Chale Keyboard |
ID | mlolgifhdacdabjbgpaggbgcjemejhji |
URL Officiel | https://chromewebstore.google.com/detail/chale-keyboard/mlolgifhdacdabjbgpaggbgcjemejhji |
Description | This Chrome extension lets you type your local language's special characters |
Taille du Fichier | 281 KB |
Nombre d'Installations | 45 |
Version Actuelle | 0.1.6 |
Dernière Mise à Jour | 2020-12-15 |
Date de Publication | 2017-10-13 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | https://chalekeyboard.com |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Chale Keyboard", "version": "0.1.6", "manifest_version": 2, "description": "This Chrome extension lets you type your local language's special characters", "homepage_url": "https:\/\/play.google.com\/store\/apps\/details?id=com.chale.android.softkeyboard", "icons": { "16": "icons\/chale_16.png", "48": "icons\/chale_48.png", "128": "icons\/chale_128.png" }, "default_locale": "en", "browser_action": { "default_icon": "icons\/chale_128.png", "default_popup": "chale_popup.html" }, "permissions": [ "activeTab" ] } |