Esperanto x-system to Unicode

Replaces x-system digraphs with their Unicode counterparts.

Что такое Esperanto x-system to Unicode?

Esperanto x-system to Unicode - это расширение Chrome, разработанное https://chris.pacejo.net, и его основная функция - "Replaces x-system digraphs with their Unicode counterparts.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Esperanto x-system to Unicode

Скачайте файлы расширений Esperanto x-system to Unicode в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        This will give x-system text its proper hats!  Ex. gx → ĝ.

Note that this only works on existing web pages!  It does NOT change what you type!

Donu al "x-sistema" teksto siajn ĝustajn ĉapelojn!  Ex. gx → ĝ.

Atendu, ĉi tiu nur funkcias por retpaĝoj ekzistantaj!  Ĝi NE ŝangas tiun, kiun vi tajpas!                    

Основная информация о расширении

Название Esperanto x-system to Unicode Esperanto x-system to Unicode
ID jbddgilgkejhmefpehlkcghcdkndcmoh
Официальный URL https://chromewebstore.google.com/detail/esperanto-x-system-to-uni/jbddgilgkejhmefpehlkcghcdkndcmoh
Описание Replaces x-system digraphs with their Unicode counterparts.
Размер файла 4.21 KB
Количество установок 20
Текущая Версия 1.0
Последнее Обновление 2015-12-16
Дата публикации 2015-12-15
Рейтинг 5.00/5 Всего 1 оценок
Разработчик https://chris.pacejo.net
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Esperanto x-system to Unicode",
    "version": "1.0",
    "description": "Replaces x-system digraphs with their Unicode counterparts.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "icons": {
        "48": "icon48.png"
    },
    "author": "Chris Pacejo"
}