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": []
}