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)
Cos'è World of Cultivation Pinyin Replacer?
World of Cultivation Pinyin Replacer è un'estensione di Chrome sviluppata da trauma_kmart, e la sua funzione principale è "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 dell'Estensione
Scarica il file CRX dell'estensione World of Cultivation Pinyin Replacer
Scarica i file di estensione World of Cultivation Pinyin Replacer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | |
ID | bbnonihfnnpoafkaanninebcnecdnggl |
URL Ufficiale | https://chromewebstore.google.com/detail/world-of-cultivation-piny/bbnonihfnnpoafkaanninebcnecdnggl |
Descrizione | Replaces the pinyin in World of Cultivation with english terms. (doesn't replace ling, ye, ge, etc. b/c those words are too basic) |
Dimensione del File | 4.3 KB |
Conteggio Installazioni | 19 |
Versione Corrente | 0.91 |
Ultimo Aggiornamento | 2017-01-09 |
Data di Pubblicazione | 2017-01-08 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | trauma_kmart |
Tipo di Pagamento | free |
Lingue Supportate | 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" } ] } |