Thanks to visit codestin.com
Credit goes to github.com

Skip to content

rmbg58/pinyin_assistant_addon

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pinyin Assistant

A Chrome extension that helps you add pinyin to Chinese text.

Author: rmb
Repository: https://github.com/rmb122/pinyin-assistant

Credits

This extension's core pinyin conversion functionality is powered by:

pinyinjs

  • 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

License

This project is licensed under the MIT License - see the LICENSE file for details.

Third-Party Licenses

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

About

Add pinyin after the selected Chinese characters.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.5%
  • Other 0.5%