Alpheios Reading Tools
The Alpheios Reading Tools add support for reading texts in Ancient Greek, Latin, Classical Arabic and Persian.
¿Qué es Alpheios Reading Tools?
Alpheios Reading Tools es una extensión de Chrome desarrollada por https://alpheios.net, y su función principal es "The Alpheios Reading Tools add support for reading texts in Ancient Greek, Latin, Classical Arabic and Persian.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Alpheios Reading Tools
Descarga archivos de extensión Alpheios Reading Tools en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | Alpheios Reading Tools |
ID | apkmkeppocbbebomnhdmhfenfifkhjfd |
URL Oficial | https://chromewebstore.google.com/detail/alpheios-reading-tools/apkmkeppocbbebomnhdmhfenfifkhjfd |
Descripción | The Alpheios Reading Tools add support for reading texts in Ancient Greek, Latin, Classical Arabic and Persian. |
Tamaño del Archivo | 2.31 MB |
Cantidad de Instalaciones | 5,000 |
Versión Actual | 3.3.4 |
Última Actualización | 2021-04-04 |
Fecha de Publicación | 2020-06-22 |
Calificación | 4.63/5 Total de 8 Calificaciones |
Desarrollador | https://alpheios.net |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | http://alpheios.net |
URL de la Página de Ayuda | http://alpheios.net/pages/v3/release-notes |
URL de la Página de Política de Privacidad | https://www.alpheios.net/pages/privacy-policy |
Idiomas Soportados | 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]" } } } |