Alpheios Reading Tools

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

Cos'è Alpheios Reading Tools?

Alpheios Reading Tools è un'estensione di Chrome sviluppata da https://alpheios.net, e la sua funzione principale è "The Alpheios Reading Tools add support for reading texts in Ancient Greek, Latin, Classical Arabic and Persian.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Alpheios Reading Tools

Scarica i file di estensione Alpheios Reading Tools in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Alpheios Reading Tools Alpheios Reading Tools
ID apkmkeppocbbebomnhdmhfenfifkhjfd
URL Ufficiale https://chromewebstore.google.com/detail/alpheios-reading-tools/apkmkeppocbbebomnhdmhfenfifkhjfd
Descrizione The Alpheios Reading Tools add support for reading texts in Ancient Greek, Latin, Classical Arabic and Persian.
Dimensione del File 2.31 MB
Conteggio Installazioni 5,000
Versione Corrente 3.3.4
Ultimo Aggiornamento 2021-04-04
Data di Pubblicazione 2020-06-22
Valutazione 4.63/5 Totale 8 Valutazioni
Sviluppatore https://alpheios.net
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://alpheios.net
URL della Pagina di Aiuto http://alpheios.net/pages/v3/release-notes
URL della Pagina della Politica sulla Privacy https://www.alpheios.net/pages/privacy-policy
Lingue Supportate 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]"
        }
    }
}