A Chrome extension that helps you add pinyin to Chinese text.
Author: rmb
Repository: https://github.com/rmb122/pinyin-assistant
This extension's core pinyin conversion functionality is powered by:
- Project: pinyinjs
- Author: 小茗同学 (https://github.com/sxei/)
- Description: A lightweight web tool library for Chinese character and pinyin conversion
- License: MIT
- Original Description: 一个实现汉字与拼音互转的小巧web工具库,另外还包含一个非常非常简单的JS版拼音输入法
The pinyinjs library features:
- Small size, suitable for web environment
- Support for multiple output formats (with/without tone marks, first letter only)
- Support for polyphone characters
- High-quality dictionary data
This project is licensed under the MIT License - see the LICENSE file for details.
This software includes code from pinyinjs:
MIT License
Copyright (c) 2019 小茗同学(https://github.com/sxei/)
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction...
See the full license text at: https://github.com/sxei/pinyinjs/blob/master/LICENSE