Pinyin Web

Parallel as-you-browse pronunciation hints for Chinese, covering Mandarin (Pinyin), Cantonese (Yale, Sidney Lau or Jyutping) or…

Pinyin Webとは何ですか?

Pinyin WebはReferenced Expressionsによって開発されたChromeの拡張機能で、その主な機能は「Parallel as-you-browse pronunciation hints for Chinese, covering Mandarin (Pinyin), Cantonese (Yale, Sidney Lau or Jyutping) or…」です。

拡張機能のスクリーンショット

screenshot

Pinyin Web拡張機能のCRXファイルをダウンロード

Pinyin Web拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Parallel as-you-browse pronunciation hints for Chinese, covering Mandarin (Pinyin), Cantonese (Yale, Sidney Lau or Jyutping) or Teochew, with word grouping, optional brief English as third line (also popups), fast open-source local processing and context-based handling of ambiguous readings. This is a port of the Android apps Pinyin Web & EPUB, Cantonese Web & EPUB and Teochew Web & EPUB.                    

拡張機能の基本情報

名前 Pinyin Web Pinyin Web
ID gdpihnamgpclgpigocgfmhckbkhelken
公式URL https://chromewebstore.google.com/detail/pinyin-web/gdpihnamgpclgpigocgfmhckbkhelken
説明 Parallel as-you-browse pronunciation hints for Chinese, covering Mandarin (Pinyin), Cantonese (Yale, Sidney Lau or Jyutping) or…
ファイルサイズ 9.66 MB
インストール数 351
現在のバージョン 0.2.29
最終更新日 2024-02-22
公開日 2021-05-08
開発者 Referenced Expressions
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Pinyin Web",
    "version": "0.2.29",
    "browser_specific_settings": {
        "gecko_android": []
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "ruby.css"
            ]
        }
    ],
    "browser_action": {
        "default_title": "Annotate",
        "default_popup": "config.html",
        "browser_style": true,
        "default_icon": {
            "32": "32.png"
        }
    },
    "permissions": [
        "",
        "clipboardRead"
    ],
    "icons": {
        "32": "32.png",
        "48": "48.png",
        "96": "96.png"
    }
}