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 là gì?
World of Cultivation Pinyin Replacer là một tiện ích mở rộng Chrome được phát triển bởi trauma_kmart, và tính năng chính của nó là "Replaces the pinyin in World of Cultivation with english terms. (doesn't replace ling, ye, ge, etc. b/c those words are too basic)".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng World of Cultivation Pinyin Replacer
Tải xuống các tệp mở rộng World of Cultivation Pinyin Replacer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | bbnonihfnnpoafkaanninebcnecdnggl |
URL Chính Thức | https://chromewebstore.google.com/detail/world-of-cultivation-piny/bbnonihfnnpoafkaanninebcnecdnggl |
Mô tả | Replaces the pinyin in World of Cultivation with english terms. (doesn't replace ling, ye, ge, etc. b/c those words are too basic) |
Kích Thước Tệp | 4.3 KB |
Số Lần Cài Đặt | 19 |
Phiên Bản Hiện Tại | 0.91 |
Cập Nhật Lần Cuối | 2017-01-09 |
Ngày Phát Hành | 2017-01-08 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | trauma_kmart |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } ] } |