Alpheios Reading Tools
The Alpheios Reading Tools add support for reading texts in Ancient Greek, Latin, Classical Arabic and Persian.
Alpheios Reading Tools là gì?
Alpheios Reading Tools là một tiện ích mở rộng Chrome được phát triển bởi https://alpheios.net, và tính năng chính của nó là "The Alpheios Reading Tools add support for reading texts in Ancient Greek, Latin, Classical Arabic and Persian.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Alpheios Reading Tools
Tải xuống các tệp mở rộng Alpheios Reading Tools dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Alpheios Reading Tools |
ID | apkmkeppocbbebomnhdmhfenfifkhjfd |
URL Chính Thức | https://chromewebstore.google.com/detail/alpheios-reading-tools/apkmkeppocbbebomnhdmhfenfifkhjfd |
Mô tả | The Alpheios Reading Tools add support for reading texts in Ancient Greek, Latin, Classical Arabic and Persian. |
Kích Thước Tệp | 2.31 MB |
Số Lần Cài Đặt | 5,000 |
Phiên Bản Hiện Tại | 3.3.4 |
Cập Nhật Lần Cuối | 2021-04-04 |
Ngày Phát Hành | 2020-06-22 |
Đánh Giá | 4.63/5 Tổng số 8 Đánh Giá |
Nhà Phát Triển | https://alpheios.net |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://alpheios.net |
URL Trang Trợ Giúp | http://alpheios.net/pages/v3/release-notes |
URL Trang Chính Sách Bảo Mật | https://www.alpheios.net/pages/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | 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]" } } } |