Alpheios Reading Tools

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

Alpheios Reading Tools란 무엇입니까?

Alpheios Reading Tools은(는) https://alpheios.net에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The Alpheios Reading Tools add support for reading texts in Ancient Greek, Latin, Classical Arabic and Persian."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Alpheios Reading Tools 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Alpheios Reading Tools Alpheios Reading Tools
ID apkmkeppocbbebomnhdmhfenfifkhjfd
공식 URL https://chromewebstore.google.com/detail/alpheios-reading-tools/apkmkeppocbbebomnhdmhfenfifkhjfd
설명 The Alpheios Reading Tools add support for reading texts in Ancient Greek, Latin, Classical Arabic and Persian.
파일 크기 2.31 MB
설치 횟수 5,000
현재 버전 3.3.4
최근 업데이트 2021-04-04
출시 날짜 2020-06-22
평점 4.63/5 총 8 개의 평점
개발자 https://alpheios.net
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://alpheios.net
도움말 페이지 URL http://alpheios.net/pages/v3/release-notes
개인정보 보호 정책 페이지 URL https://www.alpheios.net/pages/privacy-policy
지원되는 언어 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]"
        }
    }
}