Taiwan Traditional Chinese Dictionary
Taiwan's Traditional Chinese Dictionary. Query with simple mouse select word, Convenient Result show up in current window.
Taiwan Traditional Chinese Dictionary क्या है?
Taiwan Traditional Chinese Dictionary go Vegan द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Taiwan's Traditional Chinese Dictionary. Query with simple mouse select word, Convenient Result show up in current window."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Taiwan Traditional Chinese Dictionary एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Taiwan Traditional Chinese Character -> Detailed Chinese Explanation in different meanings Dictionary Great tool to learn "Traditional Chinese" ! 萌典: 臺灣 教育部國語、臺語、客語辭典民間版 https://www.moedict.tw/=* *1. 滑鼠選取 字/詞 自動查詢. *2. 手動輸入功能方便二次查詢 --------------------------------------------- Credits: Icons and Promotional Pictures made by Freepik (http://www.freepik.com) from https://www.flaticon.com/authors/freepik is licensed by CC 3.0 BY
एक्सटेंशन की मूल जानकारी
नाम | Taiwan Traditional Chinese Dictionary |
ID | fejaaaadapfieghheckpobhppccjlelm |
आधिकारिक URL | https://chromewebstore.google.com/detail/taiwan-traditional-chines/fejaaaadapfieghheckpobhppccjlelm |
विवरण | Taiwan's Traditional Chinese Dictionary. Query with simple mouse select word, Convenient Result show up in current window. |
फ़ाइल का आकार | 315 KB |
स्थापना संख्या | 780 |
वर्तमान संस्करण | 2.2.0 |
अंतिम अपडेट | 2022-11-18 |
प्रकाशन तिथि | 2019-11-17 |
रेटिंग | 4.44/5 कुल 9 रेटिंग्स |
डेवलपर | go Vegan |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://www.nationearth.com/ |
सहायता पृष्ठ URL | http://www.nationearth.com/ |
गोपनीयता नीति पृष्ठ URL | https://www.freeprivacypolicy.com/privacy/view/0d08b806743bf60b8a104c65a4648c7f |
समर्थित भाषाएँ | id,ms,de,en,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "manifest_version": 2, "name": "__MSG_extName__", "short_name": "__MSG_extShortName__", "description": "__MSG_extDescription__", "default_locale": "zh_TW", "version": "2.2.0", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ], "persistent": false }, "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "file:\/\/*" ], "js": [ "jquery\/jquery-1.11.3.min.js", "mengdian.js" ], "run_at": "document_idle", "all_frames": true } ], "permissions": [ "https:\/\/*.moedict.tw\/", "storage", "identity" ], "browser_action": { "default_popup": "popup.html" }, "options_page": "options.html", "web_accessible_resources": [ "images\/*.png" ] } |