Panlatin
Display non-Latin texts with Latin letters and add pronouncing details
Panlatin क्या है?
Panlatin https://panlatin.blogspot.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Display non-Latin texts with Latin letters and add pronouncing details"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Panlatin एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Panlatin Browser Extension for Romanization and Detailing So you know a bit of many languages and you don't have time to be really fluent? While reading the web, the computer can show texts in Latin letters next to native words or instead of them. If dictionary is available, translations can be shown, too. Chinese: 中国Zhōngguó 位于wèiyù 东亚Dōngyà。 Russian: Stolitsa Rossii - Moskva. Arabic has only transliteration, no dictionary for vowels is available: from "يتدفق النيل عبر مصر." to "ītdfq ālnīl ʻbr mṣr.". Several display formats and translitaration systems are available. See description at http://panlatin.blogspot.si/2017/04/panlatin-browser-extension.html
एक्सटेंशन की मूल जानकारी
नाम | Panlatin |
ID | hpadbjjcicmlnnkkgclemlpkmicekiji |
आधिकारिक URL | https://chromewebstore.google.com/detail/panlatin/hpadbjjcicmlnnkkgclemlpkmicekiji |
विवरण | Display non-Latin texts with Latin letters and add pronouncing details |
फ़ाइल का आकार | 4.36 MB |
स्थापना संख्या | 305 |
वर्तमान संस्करण | 2.4 |
अंतिम अपडेट | 2018-07-26 |
प्रकाशन तिथि | 2018-07-26 |
रेटिंग | 4.00/5 कुल 6 रेटिंग्स |
डेवलपर | https://panlatin.blogspot.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://panlatin.blogspot.si/2017/04/panlatin-browser-extension.html |
सहायता पृष्ठ URL | http://panlatin.blogspot.si/2017/12/panlatin-support.html |
समर्थित भाषाएँ | de,en,fr,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Panlatin", "version": "2.4", "default_locale": "en", "description": "__MSG_popupDescTitle__", "browser_action": { "default_icon": { "16": "panlatin16.png", "19": "panlatin19.png" }, "default_popup": "popup.html", "default_title": "__MSG_popupDesc__" }, "icons": { "16": "panlatin16.png", "128": "panlatin128.png" }, "permissions": [ "activeTab", "storage", "contextMenus", "clipboardWrite", "unlimitedStorage" ], "background": { "scripts": [ "base.js", "DomAnnotator.js", "TranslitTable.js", "Translitor.js", "PanlatinLib.js", "background.js", "dict\/dict_en1.js", "dict\/dict_en2.js", "dict\/dict_zh1.js", "dict\/dict_zh2.js", "dict\/dict_zh3.js" ] }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "css": [ "DomAnnotator.css" ], "js": [ "base.js", "Dom2.js", "DomAnnotator.js", "content.js" ] } ], "options_ui": { "page": "options.html", "open_in_tab": true, "chrome_style": true } } |