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)
Vad är World of Cultivation Pinyin Replacer?
World of Cultivation Pinyin Replacer är en Chrome-tillägg utvecklad av trauma_kmart, och dess huvudfunktion är "Replaces the pinyin in World of Cultivation with english terms. (doesn't replace ling, ye, ge, etc. b/c those words are too basic)".
Tilläggsskärmbilder
Ladda ner World of Cultivation Pinyin Replacer-förlängningens CRX-fil
Ladda ner World of Cultivation Pinyin Replacer-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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
Grundläggande Information om Tillägg
Namn | |
ID | bbnonihfnnpoafkaanninebcnecdnggl |
Officiell webbadress | https://chromewebstore.google.com/detail/world-of-cultivation-piny/bbnonihfnnpoafkaanninebcnecdnggl |
Beskrivning | Replaces the pinyin in World of Cultivation with english terms. (doesn't replace ling, ye, ge, etc. b/c those words are too basic) |
Filstorlek | 4.3 KB |
Antal Installationer | 19 |
Aktuell Version | 0.91 |
Senast Uppdaterad | 2017-01-09 |
Publiceringsdatum | 2017-01-08 |
Betyg | 5.00/5 Totalt 2 Betyg |
Utvecklare | trauma_kmart |
Betalningssätt | free |
Stödda Språk | 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" } ] } |