Ektajpu: Esperanto Text Converter

Converts the x-system characters into their proper Esperanto characters.

What is Ektajpu: Esperanto Text Converter?

Ektajpu: Esperanto Text Converter is a Chrome extension developed by N Jensen, and its main feature is "Converts the x-system characters into their proper Esperanto characters.".

Extension Screenshots

screenshot

Download Ektajpu: Esperanto Text Converter Extension CRX File

Download Ektajpu: Esperanto Text Converter 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

                        Ektajpu converts x-system characters into their proper Esperanto characters.
Ex. gx → ĝ.

This converts words live, as you type.

- - - - -

Ektajpu konvertas la karakterojn de la x-sistemo en la ĝustajn Esperantajn karakterojn.

Eksemple: gx → ĝ.

Ĉi konvertas vortojn vive, dum vi tajpas.                    

Extension Basic Information

Name Ektajpu: Esperanto Text Converter Ektajpu: Esperanto Text Converter
ID imcphpmkkohhbaipkceicfheidilofbo
Official URL https://chromewebstore.google.com/detail/ektajpu-esperanto-text-co/imcphpmkkohhbaipkceicfheidilofbo
Description Converts the x-system characters into their proper Esperanto characters.
File Size 126 KB
Installation Count 243
Current Version 1.2.0
Last Updated 2018-02-20
Publish Date 2018-02-20
Rating 4.27/5 Total 11 Ratings
Developer N Jensen
Email [email protected]
Payment Type free
Extension Website https://github.com/njensen0604/ektajpu
Privacy Policy Page URL https://github.com/njensen0604/ektajpu/blob/master/LICENSE
Supported Languages en,cs
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "version": "1.2.0",
    "manifest_version": 2,
    "description": "__MSG_extDescription__",
    "homepage_url": "https:\/\/github.com\/njensen0604\/ektajpu",
    "icons": {
        "16": "icons\/iconText16.png",
        "48": "icons\/iconText48.png",
        "128": "icons\/iconText128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "background\/background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": "icons\/iconText128.png",
        "default_title": "Ektajpu",
        "default_popup": "browser_action\/browser_action.html"
    },
    "permissions": [
        "http:\/\/*\/*, https:\/\/*\/*",
        "storage"
    ],
    "author": "Nicholas Jensen",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_end",
            "js": [
                "inject\/EktajpuCheckInput.js",
                "inject\/EktajpuMainController.js",
                "inject\/EktajpuManageCursor.js",
                "inject\/EktajpuMessageWatch.js"
            ]
        }
    ]
}