Pinyin Now

Translate any text or any webpage to Pinyin.

Что такое Pinyin Now?

Pinyin Now - это расширение Chrome, разработанное Andrei Stanescu, и его основная функция - "Translate any text or any webpage to Pinyin.".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения Pinyin Now

Скачайте файлы расширений 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'"
}