Pinyin Now
Translate any text or any webpage to Pinyin.
Wat is Pinyin Now?
Pinyin Now is een Chrome-extensie ontwikkeld door Andrei Stanescu, en de belangrijkste functie is "Translate any text or any webpage to Pinyin.".
Extensie Screenshots
Download het CRX-bestand van de extensie Pinyin Now
Download Pinyin Now-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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".
Basisinformatie over de Extensie
Naam | Pinyin Now |
ID | oakembgipkfhaiopglmbjgfncibmilpb |
Officiële URL | https://chromewebstore.google.com/detail/pinyin-now/oakembgipkfhaiopglmbjgfncibmilpb |
Beschrijving | Translate any text or any webpage to Pinyin. |
Bestandsgrootte | 19.62 KB |
Aantal Installaties | 164 |
Huidige Versie | 1.1 |
Laatst Bijgewerkt | 2019-07-08 |
Publicatiedatum | 2019-07-08 |
Ontwikkelaar | Andrei Stanescu |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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'" } |