Pinyin Now

Translate any text or any webpage to Pinyin.

Qu'est-ce que Pinyin Now ?

Pinyin Now est une extension Chrome développée par Andrei Stanescu, et sa fonction principale est "Translate any text or any webpage to Pinyin.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Pinyin Now

Téléchargez les fichiers d'extension Pinyin Now au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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".                    

Informations de Base sur l'Extension

Nom Pinyin Now Pinyin Now
ID oakembgipkfhaiopglmbjgfncibmilpb
URL Officiel https://chromewebstore.google.com/detail/pinyin-now/oakembgipkfhaiopglmbjgfncibmilpb
Description Translate any text or any webpage to Pinyin.
Taille du Fichier 19.62 KB
Nombre d'Installations 164
Version Actuelle 1.1
Dernière Mise à Jour 2019-07-08
Date de Publication 2019-07-08
Développeur Andrei Stanescu
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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'"
}