Replace words or charactors in Clipboard with hitting 'Ctrl + b'
words data for replacement
You can edit this file directly
Sample of explip.json
{
";": ";",
",": ",",
"、": ",",
"。": ".",
"’": "'",
"”": "\"",
"[": "[",
"]": "]",
"〔": "[",
"〕": "]",
"〈": "<",
"〉": ">",
"(": "(",
")": ")"
}