Annotate Chinese with Pinyin

Annotate Chinese with Pinyin

Annotate Chinese with Pinyinとは何ですか?

Annotate Chinese with Pinyinはhaochi.extensionsによって開発されたChromeの拡張機能で、その主な機能は「Annotate Chinese with Pinyin」です。

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

screenshot

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

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

拡張機能の使用方法

                        Annotate Chinese with Pinyin on any web page!                    

拡張機能の基本情報

名前 Annotate Chinese with Pinyin Annotate Chinese with Pinyin
ID nklndoamigakcadfpngfkcppjpijcghj
公式URL https://chrome.google.com/webstore/detail/annotate-chinese-with-pin/nklndoamigakcadfpngfkcppjpijcghj
説明 Annotate Chinese with Pinyin
ファイルサイズ 202 KB
インストール数 146
現在のバージョン 0.0.2
最終更新日 2020-09-14
公開日 2020-04-20
評価 5.00/5 合計 1 レビュー
開発者 haochi.extensions
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Annotate Chinese with Pinyin",
    "version": "0.0.2",
    "manifest_version": 2,
    "description": "Annotate Chinese with Pinyin",
    "homepage_url": "https:\/\/github.com\/haochi\/annotate-pinyin-with-chinese",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_title": "Annotate Chinese on Current Page with Pinyin",
        "default_icon": {
            "16": "icons\/icon16.png",
            "48": "icons\/icon48.png",
            "128": "icons\/icon128.png"
        }
    },
    "background": {
        "scripts": [
            "src\/browser\/background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "contextMenus",
        "tabs",
        "activeTab"
    ]
}