Alpheios Reading Tools
The Alpheios Reading Tools add support for reading texts in Ancient Greek, Latin, Classical Arabic and Persian.
Co je Alpheios Reading Tools?
Alpheios Reading Tools je rozšíření Chrome vyvinuté https://alpheios.net, a jeho hlavní funkcí je „The Alpheios Reading Tools add support for reading texts in Ancient Greek, Latin, Classical Arabic and Persian.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Alpheios Reading Tools
Stáhněte si soubory rozšíření Alpheios Reading Tools ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Alpheios Reading Tools |
ID | apkmkeppocbbebomnhdmhfenfifkhjfd |
Oficiální URL | https://chromewebstore.google.com/detail/alpheios-reading-tools/apkmkeppocbbebomnhdmhfenfifkhjfd |
Popis | The Alpheios Reading Tools add support for reading texts in Ancient Greek, Latin, Classical Arabic and Persian. |
Velikost souboru | 2.31 MB |
Počet instalací | 5,000 |
Aktuální Verze | 3.3.4 |
Poslední Aktualizace | 2021-04-04 |
Datum Vydání | 2020-06-22 |
Hodnocení | 4.63/5 Celkem 8 Hodnocení |
Vývojář | https://alpheios.net |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | http://alpheios.net |
URL Stránky Nápovědy | http://alpheios.net/pages/v3/release-notes |
URL Stránky Zásad Ochrany Soukromí | https://www.alpheios.net/pages/privacy-policy |
Podporované Jazyky | 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]" } } } |