Pinyin Now
Translate any text or any webpage to Pinyin.
Pinyin Now क्या है?
Pinyin Now Andrei Stanescu द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Translate any text or any webpage to Pinyin."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Pinyin Now एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
If you are learning Chinese, Pinyin is a great way to get started and build some vocabulary. This extension allows you to translate any word or paragraph from any language into Pinyin. Just select the text you need translate, right-click and choose "Translate to Pinyin".
एक्सटेंशन की मूल जानकारी
नाम | Pinyin Now |
ID | oakembgipkfhaiopglmbjgfncibmilpb |
आधिकारिक URL | https://chromewebstore.google.com/detail/pinyin-now/oakembgipkfhaiopglmbjgfncibmilpb |
विवरण | Translate any text or any webpage to Pinyin. |
फ़ाइल का आकार | 19.62 KB |
स्थापना संख्या | 164 |
वर्तमान संस्करण | 1.1 |
अंतिम अपडेट | 2019-07-08 |
प्रकाशन तिथि | 2019-07-08 |
डेवलपर | Andrei Stanescu |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Pinyin Now", "description": "Translate any text or any webpage to Pinyin.", "version": "1.1", "icons": { "16": "res\/icon_v2_16.png", "32": "res\/icon_v2_32.png", "48": "res\/icon_v2_48.png", "128": "res\/icon_v2_128.png" }, "permissions": [ "contextMenus", "activeTab", "https:\/\/translate.googleapis.com\/*" ], "background": { "persistent": false, "scripts": [ "scripts\/background\/analytics.js", "scripts\/background\/translate_service.js", "scripts\/background\/context_menu.js", "scripts\/background\/messaging.js" ] }, "manifest_version": 2, "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'" } |