{"id":13433822,"url":"https://github.com/thomasjohnkane/tailwind-alpine-chrome-extension","last_synced_at":"2025-10-10T08:06:03.762Z","repository":{"id":42936083,"uuid":"236421826","full_name":"thomasjohnkane/tailwind-alpine-chrome-extension","owner":"thomasjohnkane","description":"Starter Kit for building a Web Extension with Tailwindcss \u0026 AlpineJS","archived":false,"fork":false,"pushed_at":"2022-07-20T01:37:10.000Z","size":437,"stargazers_count":205,"open_issues_count":9,"forks_count":25,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-10-08T11:51:38.099Z","etag":null,"topics":["alpine","boilerplate","chrome","tailwindcss","webpack"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/thomasjohnkane.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-01-27T04:53:25.000Z","updated_at":"2025-06-26T23:38:52.000Z","dependencies_parsed_at":"2022-08-12T10:10:49.931Z","dependency_job_id":null,"html_url":"https://github.com/thomasjohnkane/tailwind-alpine-chrome-extension","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/thomasjohnkane/tailwind-alpine-chrome-extension","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thomasjohnkane%2Ftailwind-alpine-chrome-extension","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thomasjohnkane%2Ftailwind-alpine-chrome-extension/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thomasjohnkane%2Ftailwind-alpine-chrome-extension/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thomasjohnkane%2Ftailwind-alpine-chrome-extension/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thomasjohnkane","download_url":"https://codeload.github.com/thomasjohnkane/tailwind-alpine-chrome-extension/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thomasjohnkane%2Ftailwind-alpine-chrome-extension/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279003293,"owners_count":26083555,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-10T02:00:06.843Z","response_time":62,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["alpine","boilerplate","chrome","tailwindcss","webpack"],"created_at":"2024-07-31T02:01:37.218Z","updated_at":"2025-10-10T08:06:03.747Z","avatar_url":"https://github.com/thomasjohnkane.png","language":"JavaScript","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"readme":"# Tailwind3/Alpine3 Web Extension Boilerplate\nThis is a starting place for building a Web Extension with Tailwindcss \u0026 Alpinejs\n\n| | | |\n|:-------------------------:|:-------------------------:|:-------------------------:|\n|\u003cimg width=\"1604\" alt=\"Hello World Popup\" src=\"https://user-images.githubusercontent.com/8945177/73615774-972c5300-45d0-11ea-8889-0e813ff172c2.png\"\u003e  *Basic Popup with Tailwind* |  \u003cimg width=\"1604\" alt=\"Alpine Button Clicked\" src=\"https://user-images.githubusercontent.com/8945177/73615775-972c5300-45d0-11ea-8f29-5a7626767f0f.png\"\u003e *Alpine `@click` Works!* |\u003cimg width=\"1604\" alt=\"Hello World Options\" src=\"https://user-images.githubusercontent.com/8945177/73615776-97c4e980-45d0-11ea-836f-b5819a7aa410.png\"\u003e *Basic Options*|\n\n## Installation\n### Setup local project\n* `git clone git@github.com:thomasjohnkane/tailwind-alpine-chrome-extension.git`\n* `npm i \u0026\u0026 npm run dev`\n\n### Install on Chrome\n* Navigate to `chrome://extensions` in Chrome;\n* Enable the **Developer mode**\n* Click on **Load unpacked extension** (upper left nav)\n* Upload the entire `extension` folder\n\n## Why use this?\n* It automatically puts [tailwindcss.com](https://tailwindcss.com/) into your project\n* It automatically puts [alpinejs](https://github.com/alpinejs/alpine) into your project\n* Hot reload (watches files and updates chrome)\n* Cross browser support (Chrome \u0026 Firefox, Safari/Edge TBD)\n* Provides basic `popup.html` \u0026 `options.html` (embeded in settings page)\n\n## Goals of project\n- Create a starting point for building web extensions\n- Use alpine.js and tailwind.css\n- Be cross browser (chrome, firefox, safari, edge?)\n- Full DX path integrated\n    - Readme to set it up\n    - Watch script\n    - Env based config files\n    - Hot reloading (https://github.com/rubenspgcavalcante/webpack-extension-reloader)\n    - deploy script (create zip for submitting to store)\n    - Deploy instructions (per browser)\n\n## Roadmap\n- [X] Create folder structure\n- [X] Add webpack\n- [X] Make hello world work in dev\n- [X] Add Tailwindcss\n- [X] Add Alpinejs\n- [X] Add package.json build scripts\n- [X] Add hot reloading\n- [X] Add basic options.html page\n- [ ] Handle sub views and routes for popup\n- [ ] Add basic example of content.js\n- [ ] Add basic example of background.js\n- [X] Update readme with instructions, etc\n- [X] Push to github\n- [ ] Add build-zip script for deployment\n- [ ] Tag release v1.0\n\n## Credit\n* Thanks to Caleb Porzio for Alpinejs\n* Thanks to Adam Watham for Tailwindcss\n* Thanks to @rubenspgcavalcante for Webpack Extension Reload plugin\n* Thanks to @Kocal, @EmailThis, and @williankeller for inspiration\n\n## Security\n\nIf you discover any security related issues, please email instead of using the issue tracker.\n\n## Contributing\n\n1. Fork it (\u003chttps://github.com/thomasjohnkane/tailwind-alpine-chrome-extension/fork\u003e)\n2. Create your feature branch (`git checkout -b feature/fooBar`)\n3. Commit your changes (`git commit -am 'Add some fooBar'`)\n4. Push to the branch (`git push origin feature/fooBar`)\n5. Create a new Pull Request\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthomasjohnkane%2Ftailwind-alpine-chrome-extension","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthomasjohnkane%2Ftailwind-alpine-chrome-extension","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthomasjohnkane%2Ftailwind-alpine-chrome-extension/lists"}