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."입니다.
확장 프로그램 스크린샷
Greek Beta Code Converter 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
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": [] } |