선택한 단어에 cx()로 감쌉니다.
'hello'
=>
cx('hello')
여러 단어가 선택된 경우 모두 cx()로 감쌉니다.
'hello', 'world'
=>
cx('hello'), cx('world')
이미 cx()로 감싸여진 단어는 cx()를 제거합니다.
'hello', cx('world')
=>
cx('hello'), 'world'
Users appreciate release notes as you update your extension.
Initial release
Enjoy!