Alpheios Reading Tools

The Alpheios Reading Tools add support for reading texts in Ancient Greek, Latin, Classical Arabic and Persian.

What is Alpheios Reading Tools?

Alpheios Reading Tools is a Chrome extension developed by https://alpheios.net, and its main feature is "The Alpheios Reading Tools add support for reading texts in Ancient Greek, Latin, Classical Arabic and Persian.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Alpheios Reading Tools Extension CRX File

Download Alpheios Reading Tools extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        The Alpheios Reading Tools provide resources for reading and learning classical languages. You can use them with any web page with Ancient Greek, Latin, Classical Arabic or Persian text. They provide morphological information, short definitions, lexicons, grammars and inflection tables which aid in the reading and study of these texts and languages.                    

Extension Basic Information

Name Alpheios Reading Tools Alpheios Reading Tools
ID apkmkeppocbbebomnhdmhfenfifkhjfd
Official URL https://chromewebstore.google.com/detail/alpheios-reading-tools/apkmkeppocbbebomnhdmhfenfifkhjfd
Description The Alpheios Reading Tools add support for reading texts in Ancient Greek, Latin, Classical Arabic and Persian.
File Size 2.31 MB
Installation Count 5,000
Current Version 3.3.4
Last Updated 2021-04-04
Publish Date 2020-06-22
Rating 4.63/5 Total 8 Ratings
Developer https://alpheios.net
Email [email protected]
Payment Type free
Extension Website http://alpheios.net
Help Page URL http://alpheios.net/pages/v3/release-notes
Privacy Policy Page URL https://www.alpheios.net/pages/privacy-policy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extensionName__",
    "version": "3.3.4",
    "default_locale": "en",
    "description": "__MSG_extensionDescription__",
    "icons": {
        "16": "icons\/alpheios_16.png",
        "32": "icons\/alpheios_32.png",
        "128": "icons\/alpheios_128.png"
    },
    "author": "The Alpheios Project, Ltd.",
    "homepage_url": "http:\/\/alpheios.net",
    "short_name": "Alpheios",
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "activeTab",
        "contextMenus",
        "storage",
        "webNavigation",
        "identity"
    ],
    "browser_action": {
        "default_icon": "icons\/alpheios_black_32.png",
        "default_title": "Activate Alpheios",
        "browser_style": true
    },
    "background": {
        "scripts": [
            "env-webext.js",
            "support\/auth0\/auth0chrome.js",
            "background.js"
        ]
    },
    "web_accessible_resources": [
        "styles\/style.css"
    ],
    "applications": {
        "gecko": {
            "id": "[email protected]"
        }
    }
}