Pinyin Now

Translate any text or any webpage to Pinyin.

什么是Pinyin Now?

Pinyin Now是由Andrei Stanescu开发的Chrome扩展程序,该扩展的主要功能是“Translate any text or any webpage to Pinyin.”。

扩展截图

screenshot
screenshot

下载Pinyin Now扩展crx文件

下载Pinyin Now扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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 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'"
}