Greek Beta Code Converter

Convert Greek beta code to Greek characters and vice versa.

Что такое Greek Beta Code Converter?

Greek Beta Code Converter - это расширение Chrome, разработанное zf, и его основная функция - "Convert Greek beta code to Greek characters and vice versa.".

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

screenshot

Скачать файл CRX расширения Greek Beta Code Converter

Скачайте файлы расширений Greek Beta Code Converter в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

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

                        This extension converts Greek beta code into Greek Unicode, and vice versa, adding a converter to the top right corner of the browser. 

Greek characters typed into the text box are transliterated into the equivalent beta code characters; conversely, beta code is converted into the corresponding Greek Unicode.

Beta code is a system for encoding ancient Greek text using ASCII characters. It is used by certain websites (for example, the Perseus Digital Library or The Thesaurus Linguae Graecae) to search through texts or look up individual words. 

For more information about beta code see https://en.wikipedia.org/wiki/Beta_Code and/or http://stephanus.tlg.uci.edu/encoding/quickbeta.pdf.

This extension is built on free and open source software. The source can be viewed at https://github.com/zfletch/beta-code-converter-js                    

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

Название Greek Beta Code Converter Greek Beta Code Converter
ID abelaepcjjpjpkhpbbeggnijcccphpnp
Официальный URL https://chromewebstore.google.com/detail/greek-beta-code-converter/abelaepcjjpjpkhpbbeggnijcccphpnp
Описание Convert Greek beta code to Greek characters and vice versa.
Размер файла 53.07 KB
Количество установок 450
Текущая Версия 1.0.8
Последнее Обновление 2023-02-04
Дата публикации 2019-08-22
Рейтинг 4.00/5 Всего 4 оценок
Разработчик zf
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://github.com/zfletch/beta-code-converter-js
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Greek Beta Code Converter",
    "short_name": "Greek Beta",
    "description": "Convert Greek beta code to Greek characters and vice versa.",
    "version": "1.0.8",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "permissions": []
}