World of Cultivation Pinyin Replacer

Replaces the pinyin in World of Cultivation with english terms. (doesn't replace ling, ye, ge, etc. b/c those words are too basic)

World of Cultivation Pinyin Replacerとは何ですか?

World of Cultivation Pinyin Replacerはtrauma_kmartによって開発されたChromeの拡張機能で、その主な機能は「Replaces the pinyin in World of Cultivation with english terms. (doesn't replace ling, ye, ge, etc. b/c those words are too basic)」です。

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

screenshot
screenshot

World of Cultivation Pinyin Replacer拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        This extension converts the untranslated pinyin terms in World of Cultivation on https://wwyxhqc.wordpress.com to english. Please report any bugs or mistranslations, thanks                    

拡張機能の基本情報

名前 World of Cultivation Pinyin Replacer World of Cultivation Pinyin Replacer
ID bbnonihfnnpoafkaanninebcnecdnggl
公式URL https://chromewebstore.google.com/detail/world-of-cultivation-piny/bbnonihfnnpoafkaanninebcnecdnggl
説明 Replaces the pinyin in World of Cultivation with english terms. (doesn't replace ling, ye, ge, etc. b/c those words are too basic)
ファイルサイズ 4.3 KB
インストール数 19
現在のバージョン 0.91
最終更新日 2017-01-09
公開日 2017-01-08
評価 5.00/5 合計 2 レビュー
開発者 trauma_kmart
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "World of Cultivation Pinyin Replacer",
    "description": "Replaces the pinyin in World of Cultivation with english terms. (doesn't replace ling, ye, ge, etc. b\/c those words are too basic)",
    "version": "0.91",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}