Welcome to the plist2json wiki!
Plist2Json converts textexpansion files in (Apple) .plist format to .json format. This can be used to import in extensions for chrome, for example Auto Text Expander.
- Place the .plist file in the same directory as the python file
- Run the python file (using terminal)
python plist2json.py
- Type in the name of the .plist file in the terminal
- Output is written
- Import the .json into extension of your choice