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ファイルをダウンロード
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 |
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 |
Eメール | [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": [] } |