Chinese-English Dictionary
Chinese-English Dictionary by Purple Culture
Chinese-English Dictionary क्या है?
Chinese-English Dictionary https://www.purpleculture.net द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Chinese-English Dictionary by Purple Culture"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Chinese-English Dictionary एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Select or double click Chinese word to view its definition in a small popup. Features: 1. You can click on the pinyin to hear the pronunciation 2. TTS is provided for Chinese words 3. Support color tone (color tone scheme is based on your saved setting on https://www.purpleculture.net/mytoolsetting/) 3. Save to Purple Culture MyWords (https://www.purpleculture.net/mywords/), which can be used for flashcards, worksheets generations. Notes: - The pop-up bubble will not work in tabs that were open prior to installation. After installing this extension, please reload your already open tabs or restart Chrome. - Please note all extensions are disabled on Chrome Web Store pages (including this one). Do not test the extension on this page; it will not work!
एक्सटेंशन की मूल जानकारी
नाम | Chinese-English Dictionary |
ID | oioeapdgbhbkkmmmeiichfjloebjggki |
आधिकारिक URL | https://chromewebstore.google.com/detail/chinese-english-dictionar/oioeapdgbhbkkmmmeiichfjloebjggki |
विवरण | Chinese-English Dictionary by Purple Culture |
फ़ाइल का आकार | 373 KB |
स्थापना संख्या | 1,200 |
वर्तमान संस्करण | 1.4 |
अंतिम अपडेट | 2020-12-24 |
प्रकाशन तिथि | 2018-12-10 |
रेटिंग | 3.33/5 कुल 3 रेटिंग्स |
डेवलपर | https://www.purpleculture.net |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Chinese-English Dictionary", "icons": { "128": "images\/logo_128.png", "48": "images\/logo_48.png", "16": "images\/logo_16.png" }, "description": "Chinese-English Dictionary by Purple Culture", "version": "1.4", "background": { "page": "background.html" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "assets\/lib\/jquery.js", "assets\/purpledic.js", "assets\/lib\/howler.js", "assets\/dict.js", "assets\/content.js" ], "css": [ "assets\/purpledic.css", "assets\/lib\/font-awesome\/css\/font-awesome.css", "assets\/content.css" ], "all_frames": true } ], "browser_action": { "default_icon": { "19": "images\/logo_19.png", "38": "images\/logo_38.png" }, "default_title": "Chinese-English Dictionary", "default_popup": "popup.html" }, "permissions": [ "cookies", "*:\/\/*.purpleculture.net\/*", "storage" ], "web_accessible_resources": [ "assets\/*" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; media-src https:; object-src 'self'" } |