SENĆOŦEN Keyboard
SENĆOŦEN Unicode Keyboard for Chrome OS
Wat is SENĆOŦEN Keyboard?
SENĆOŦEN Keyboard is een Chrome-extensie ontwikkeld door Aidan Pine, en de belangrijkste functie is "SENĆOŦEN Unicode Keyboard for Chrome OS".
Extensie Screenshots
Download het CRX-bestand van de extensie SENĆOŦEN Keyboard
Download SENĆOŦEN Keyboard-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
This SENĆOŦEN Unicode Keyboard for Chrome OS allows you to type SENĆOŦEN characters on a Chromebook.
Basisinformatie over de Extensie
Naam | |
ID | hofkkohcohoglgihpbnneemdpcepkplh |
Officiële URL | https://chromewebstore.google.com/detail/sen%C4%87o%C5%A7en-keyboard/hofkkohcohoglgihpbnneemdpcepkplh |
Beschrijving | SENĆOŦEN Unicode Keyboard for Chrome OS |
Bestandsgrootte | 4.35 KB |
Aantal Installaties | 49 |
Huidige Versie | 0.0.2 |
Laatst Bijgewerkt | 2021-01-20 |
Publicatiedatum | 2021-01-19 |
Ontwikkelaar | Aidan Pine |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } ] } |