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ファイルをダウンロード

Alpheios Reading Tools拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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]"
        }
    }
}