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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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