Pinyin Now
Translate any text or any webpage to Pinyin.
Co je Pinyin Now?
Pinyin Now je rozšíření Chrome vyvinuté Andrei Stanescu, a jeho hlavní funkcí je „Translate any text or any webpage to Pinyin.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Pinyin Now
Stáhněte si soubory rozšíření Pinyin Now ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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".
Základní Informace o Rozšíření
Název | Pinyin Now |
ID | oakembgipkfhaiopglmbjgfncibmilpb |
Oficiální URL | https://chromewebstore.google.com/detail/pinyin-now/oakembgipkfhaiopglmbjgfncibmilpb |
Popis | Translate any text or any webpage to Pinyin. |
Velikost souboru | 19.62 KB |
Počet instalací | 164 |
Aktuální Verze | 1.1 |
Poslední Aktualizace | 2019-07-08 |
Datum Vydání | 2019-07-08 |
Vývojář | Andrei Stanescu |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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'" } |