SENĆOŦEN Keyboard
SENĆOŦEN Unicode Keyboard for Chrome OS
Qu'est-ce que SENĆOŦEN Keyboard ?
SENĆOŦEN Keyboard est une extension Chrome développée par Aidan Pine, et sa fonction principale est "SENĆOŦEN Unicode Keyboard for Chrome OS".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension SENĆOŦEN Keyboard
Téléchargez les fichiers d'extension SENĆOŦEN 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
This SENĆOŦEN Unicode Keyboard for Chrome OS allows you to type SENĆOŦEN characters on a Chromebook.
Informations de Base sur l'Extension
Nom | |
ID | hofkkohcohoglgihpbnneemdpcepkplh |
URL Officiel | https://chromewebstore.google.com/detail/sen%C4%87o%C5%A7en-keyboard/hofkkohcohoglgihpbnneemdpcepkplh |
Description | SENĆOŦEN Unicode Keyboard for Chrome OS |
Taille du Fichier | 4.35 KB |
Nombre d'Installations | 49 |
Version Actuelle | 0.0.2 |
Dernière Mise à Jour | 2021-01-20 |
Date de Publication | 2021-01-19 |
Développeur | Aidan Pine |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "SEN\u0106O\u0166EN Keyboard", "version": "0.0.2", "manifest_version": 2, "description": "SEN\u0106O\u0166EN Unicode Keyboard for Chrome OS", "background": { "scripts": [ "background.js" ] }, "permissions": [ "input" ], "input_components": [ { "name": "SEN\u0106O\u0166EN", "type": "ime", "id": "sencoten", "description": "SEN\u0106O\u0166EN Unicode Keyboard for Chrome OS", "language": "en-US", "layouts": [ "us" ] } ] } |