Greek Beta Code Converter

Convert Greek beta code to Greek characters and vice versa.

什麼是Greek Beta Code Converter?

Greek Beta Code Converter是由zf開發的Chrome擴展程式,該擴展的主要功能是“Convert Greek beta code to Greek characters and vice versa.”。

擴展截圖

screenshot

下載Greek Beta Code Converter擴展crx文件

下載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
官方網址 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": []
}