Greek Beta Code Converter

Convert Greek beta code to Greek characters and vice versa.

¿Qué es Greek Beta Code Converter?

Greek Beta Code Converter es una extensión de Chrome desarrollada por zf, y su función principal es "Convert Greek beta code to Greek characters and vice versa.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Greek Beta Code Converter

Descarga archivos de extensión Greek Beta Code Converter en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre Greek Beta Code Converter Greek Beta Code Converter
ID abelaepcjjpjpkhpbbeggnijcccphpnp
URL Oficial https://chromewebstore.google.com/detail/greek-beta-code-converter/abelaepcjjpjpkhpbbeggnijcccphpnp
Descripción Convert Greek beta code to Greek characters and vice versa.
Tamaño del Archivo 53.07 KB
Cantidad de Instalaciones 450
Versión Actual 1.0.8
Última Actualización 2023-02-04
Fecha de Publicación 2019-08-22
Calificación 4.00/5 Total de 4 Calificaciones
Desarrollador zf
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://github.com/zfletch/beta-code-converter-js
Idiomas Soportados 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": []
}