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 - это расширение Chrome, разработанное trauma_kmart, и его основная функция - "Replaces the pinyin in World of Cultivation with english terms. (doesn't replace ling, ye, ge, etc. b/c those words are too basic)".
Снимки экрана расширения
Скачать файл CRX расширения World of Cultivation Pinyin Replacer
Скачайте файлы расширений 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
Основная информация о расширении
Название | |
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" } ] } |