Alpheios Reading Tools
The Alpheios Reading Tools add support for reading texts in Ancient Greek, Latin, Classical Arabic and Persian.
Qu'est-ce que Alpheios Reading Tools ?
Alpheios Reading Tools est une extension Chrome développée par https://alpheios.net, et sa fonction principale est "The Alpheios Reading Tools add support for reading texts in Ancient Greek, Latin, Classical Arabic and Persian.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Alpheios Reading Tools
Téléchargez les fichiers d'extension Alpheios Reading Tools au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Alpheios Reading Tools |
ID | apkmkeppocbbebomnhdmhfenfifkhjfd |
URL Officiel | 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. |
Taille du Fichier | 2.31 MB |
Nombre d'Installations | 5,000 |
Version Actuelle | 3.3.4 |
Dernière Mise à Jour | 2021-04-04 |
Date de Publication | 2020-06-22 |
Évaluation | 4.63/5 Total 8 Évaluations |
Développeur | https://alpheios.net |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | http://alpheios.net |
URL de la Page d'Aide | http://alpheios.net/pages/v3/release-notes |
URL de la Page de Politique de Confidentialité | https://www.alpheios.net/pages/privacy-policy |
Langues Prises en Charge | 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]" } } } |