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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The Alpheios Reading Tools add support for reading texts in Ancient Greek, Latin, Classical Arabic and Persian."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Alpheios Reading Tools एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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]" } } } |