SENĆOŦEN Keyboard

SENĆOŦEN Unicode Keyboard for Chrome OS

What is SENĆOŦEN Keyboard?

SENĆOŦEN Keyboard is a Chrome extension developed by Aidan Pine, and its main feature is "SENĆOŦEN Unicode Keyboard for Chrome OS".

Extension Screenshots

screenshot

Download SENĆOŦEN Keyboard Extension CRX File

Download SENĆOŦEN Keyboard extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        This SENĆOŦEN Unicode Keyboard for Chrome OS allows you to type SENĆOŦEN characters on a Chromebook.                    

Extension Basic Information

Name SENĆOŦEN Keyboard SENĆOŦEN Keyboard
ID hofkkohcohoglgihpbnneemdpcepkplh
Official URL https://chromewebstore.google.com/detail/sen%C4%87o%C5%A7en-keyboard/hofkkohcohoglgihpbnneemdpcepkplh
Description SENĆOŦEN Unicode Keyboard for Chrome OS
File Size 4.35 KB
Installation Count 49
Current Version 0.0.2
Last Updated 2021-01-20
Publish Date 2021-01-19
Developer Aidan Pine
Email [email protected]
Payment Type free
Supported Languages 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"
            ]
        }
    ]
}