A memo on the procedure for creating a Google Chrome extension from a Tampermonkey script. Convert a Tampermonkey user script to a Chrome extension manually with the following steps.
- Create a directory
- Create manifest.json
- Prepare JavaScript files and icon images (128x128)
- Zip compress
- At chrome://extensions, you can test whether the extension actually works by loading an unpacked extension.
- Add and publish from https://chrome.google.com/webstore/developer/dashboard