Panlatin
Display non-Latin texts with Latin letters and add pronouncing details
什麼是Panlatin?
Panlatin是由https://panlatin.blogspot.com開發的Chrome擴展程式,該擴展的主要功能是“Display non-Latin texts with Latin letters and add pronouncing details”。
擴展截圖
下載Panlatin擴展crx文件
下載Panlatin擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
官方網址 | 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 } } |