Greek Beta Code Converter

Convert Greek beta code to Greek characters and vice versa.

Greek Beta Code Converter क्या है?

Greek Beta Code Converter zf द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Convert Greek beta code to Greek characters and vice versa."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Greek Beta Code Converter एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 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": []
}