This is a starting place for building a Web Extension with Tailwindcss & Alpinejs
git clone git@github.com:thomasjohnkane/tailwind-alpine-chrome-extension.git
npm i && npm run dev
- Navigate to
chrome://extensions
in Chrome; - Enable the Developer mode
- Click on Load unpacked extension (upper left nav)
- Upload the entire
extension
folder
- 公告跑马灯
- 集成本地书签
- 用户提交链接
- 网络接口调试界面
- Thanks to Caleb Porzio for Alpinejs
- Thanks to Adam Watham for Tailwindcss
- Thanks to @rubenspgcavalcante for Webpack Extension Reload plugin
- Thanks to @Kocal, @EmailThis, and @williankeller for inspiration
If you discover any security related issues, please email instead of using the issue tracker.
- Fork it (https://github.com/thomasjohnkane/tailwind-alpine-chrome-extension/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request