Greek Beta Code Converter
Convert Greek beta code to Greek characters and vice versa.
Greek Beta Code Converter là gì?
Greek Beta Code Converter là một tiện ích mở rộng Chrome được phát triển bởi zf, và tính năng chính của nó là "Convert Greek beta code to Greek characters and vice versa.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Greek Beta Code Converter
Tải xuống các tệp mở rộng Greek Beta Code Converter dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Greek Beta Code Converter |
ID | abelaepcjjpjpkhpbbeggnijcccphpnp |
URL Chính Thức | https://chromewebstore.google.com/detail/greek-beta-code-converter/abelaepcjjpjpkhpbbeggnijcccphpnp |
Mô tả | Convert Greek beta code to Greek characters and vice versa. |
Kích Thước Tệp | 53.07 KB |
Số Lần Cài Đặt | 450 |
Phiên Bản Hiện Tại | 1.0.8 |
Cập Nhật Lần Cuối | 2023-02-04 |
Ngày Phát Hành | 2019-08-22 |
Đánh Giá | 4.00/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | zf |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/zfletch/beta-code-converter-js |
Ngôn Ngữ Được Hỗ Trợ | 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": [] } |