{"id":16955213,"url":"https://github.com/svipulc/chrome-extension-vite","last_synced_at":"2026-04-11T05:31:34.529Z","repository":{"id":252347869,"uuid":"840167930","full_name":"svipulc/chrome-extension-vite","owner":"svipulc","description":null,"archived":false,"fork":false,"pushed_at":"2024-08-09T06:08:58.000Z","size":50,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-26T08:26:24.600Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/svipulc.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-08-09T05:43:13.000Z","updated_at":"2024-08-09T06:09:01.000Z","dependencies_parsed_at":"2024-08-09T07:05:32.538Z","dependency_job_id":null,"html_url":"https://github.com/svipulc/chrome-extension-vite","commit_stats":null,"previous_names":["svipulc/chrome-extension-vite"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svipulc%2Fchrome-extension-vite","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svipulc%2Fchrome-extension-vite/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svipulc%2Fchrome-extension-vite/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svipulc%2Fchrome-extension-vite/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/svipulc","download_url":"https://codeload.github.com/svipulc/chrome-extension-vite/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244795518,"owners_count":20511521,"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","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":[],"created_at":"2024-10-13T22:11:38.163Z","updated_at":"2025-12-30T20:10:51.666Z","avatar_url":"https://github.com/svipulc.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Chrome Extension Boilerplate with React, TypeScript, and Vite\n\nThis project is a boilerplate for creating Chrome extensions using React, TypeScript, and Vite. It provides a modern development environment with hot module replacement (HMR) for a smoother development experience.\n\n## Features\n\n- ⚡️ **Vite** - Lightning fast build tool\n- ⚛️ **React** - A popular library for building user interfaces\n- 🔷 **TypeScript** - For type-safe code\n- 🧩 **Chrome Extension Manifest V3** - The latest manifest version for Chrome extensions\n\n## Prerequisites\n\n- Node.js (version 14 or newer)\n- npm or yarn\n- Google Chrome browser\n\n## Getting Started\n\n1. Clone this repository:\n\n   ```markdown\n   git clone https://github.com/svipulc/chrome-extension-vite.git\n   ```\n\n2. Navigate to the project directory:\n\n   ```markdown\n   cd chrome-extension-boilerplate\n   ```\n\n3. Install dependencies:\n\n   ```markdown\n   npm install\n   ```\n\n   or\n\n   ```markdown\n   yarn\n   ```\n\n4. Start the development server:\n\n   ```markdown\n   npm run dev\n   ```\n\n   or\n\n   ```markdown\n   yarn dev\n   ```\n\n5. Load the extension in Chrome:\n   - Open Chrome and navigate to `chrome://extensions`\n   - Enable \"Developer mode\" in the top right corner\n   - Click \"Load unpacked\" and select the `dist` folder in your project directory\n\n## Project Structure\n\n```markdown\n├── public/\n│ ├── manifest.json\n│ └── icon.png\n├── src/\n│ ├── popup/\n│ │ ├── Popup.tsx\n│ │ └── index.html\n│ ├── options/\n│ │ ├── Options.tsx\n│ │ └── index.html\n│ ├── background/\n│ │ └── index.ts\n│ ├── components/\n│ ├── utils/\n│ └── content/\n│ └── index.ts\n├── vite.config.ts\n├── tsconfig.json\n└── package.json\n```\n\n## Building for Production\n\nTo create a production build, run:\n\n```markdown\nnpm run build\n```\n\nor\n\n```markdown\nyarn build\n```\n\nThis will generate a `dist` folder with your compiled extension, ready to be published to the Chrome Web Store.\n\n## Contributing\n\nContributions are welcome! Please feel free to submit a Pull Request.\n\n## License\n\nThis project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details. converte thi\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsvipulc%2Fchrome-extension-vite","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsvipulc%2Fchrome-extension-vite","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsvipulc%2Fchrome-extension-vite/lists"}