Here's some ABC Chord Import info to allow text chord import:

ABC Notation Header Info

So G=1bar Em=1bar F=1/2bar G=1/2bar F=1/4bar Em=1/4bar G=1/bar F=1/4bar....
So if you save that in Notepad to Pop Song.abc it will import into BB > Open Special ABC Notation..
(BB2019 has an ABC Import bug at the moment and should be fixed soon but earlier versions work)

See also OpenSong and OpenSong Import v1.3

If you have text chords you can copy & paste bar, half bar, quarter bar, start or end in the space between the text chords
eg.
G Em F G F Em G F
G
G Em F C
......

4/4
1bar >" z8 | "
1/2bar >" z4 | "
1/4bar >" z2 | "
empty bar > z8 |
start >|: "
End > :|
Code:
X:1
T:PopSong
L:1/8
K:G  
Q:1/4=120
R:Rhythm
M:4/4
|: "G" z8 | "Em" z8 | "F" z4 "G" z4 | "F" z2 "Em" z2 "G" z2 "F" z2 |
| "G" z8 | z8 | z8 | z8 |
| "G" z8 | "Em" z8 | "F" z8 | "C" z8 |
| "G" z4 "D" z4 | "Em" z8 | "D" z4 "Bm" z4 | "C" z4 "D" z4 |
| "G" z8 | "FMaj7" z8 | "C" z8 | "C" z8 |
| "G" z8 | "FMaj7" z8 | "C" z8 | "G" z8 |
| "G" z8 | "Em" z8 | "F" z8 | "C" z8 |
| "G" z8 | "FMaj7" z8 | "C" z4 "Am" z4 | "G" z8 :|


3/4
1bar >" z6 | "
2/3bar >" z4 | "
1/3bar >" z2 | "
empty bar > z6 |
start >|: "
End > :|
Code:
X:1
T:PopSong2
L:1/8
K:D  
Q:1/4=120
R:Rhythm
M:3/4
|: "D" z6 | z6 | "A" z6 | z6 |
| "A" z6 | z6 | "D" z6 | z6 |
| "D" z6 | z6 | "A" z6 | z6 |
| "A" z6 | z6 | "D" z6 | z6 |
| "G" z6 | z6 | "D" z6 | z6 |
| "Bm" z6 | "A" z6 | "D" z6 | z6 |
| "G" z6 | z6 | "D" z6 | z6 |
| "Em" z6 | "A" z6 | "D" z6 | z6 :|

You could even create an AutoHotKey script to paste them in with shortcut keys on your keyboard or create a AutoHotKey GUI like the Chord Picker Tool to add them with the click of a button.