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
官方網址 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]"
        }
    }
}