{"id":14007095,"url":"https://github.com/fuyutarow/solid-chrome-extension-template","last_synced_at":"2025-03-24T20:32:53.071Z","repository":{"id":50972118,"uuid":"514779607","full_name":"fuyutarow/solid-chrome-extension-template","owner":"fuyutarow","description":"Chrome Extension Boilerplate with SolidJS + Vite + TypeScript + Manifest V3 + Hot Relaod","archived":false,"fork":false,"pushed_at":"2023-05-14T19:29:05.000Z","size":551,"stargazers_count":102,"open_issues_count":9,"forks_count":20,"subscribers_count":3,"default_branch":"alpha","last_synced_at":"2024-10-29T07:08:00.070Z","etag":null,"topics":["chrome-extension","hot-reload","manifest-v3","solidjs","typescript","vite"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fuyutarow.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2022-07-17T07:48:08.000Z","updated_at":"2024-09-26T15:34:38.000Z","dependencies_parsed_at":"2024-08-10T10:13:54.618Z","dependency_job_id":null,"html_url":"https://github.com/fuyutarow/solid-chrome-extension-template","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fuyutarow%2Fsolid-chrome-extension-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fuyutarow%2Fsolid-chrome-extension-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fuyutarow%2Fsolid-chrome-extension-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fuyutarow%2Fsolid-chrome-extension-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fuyutarow","download_url":"https://codeload.github.com/fuyutarow/solid-chrome-extension-template/tar.gz/refs/heads/alpha","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245348350,"owners_count":20600630,"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":["chrome-extension","hot-reload","manifest-v3","solidjs","typescript","vite"],"created_at":"2024-08-10T10:01:49.385Z","updated_at":"2025-03-24T20:32:52.567Z","avatar_url":"https://github.com/fuyutarow.png","language":"TypeScript","funding_links":[],"categories":["TypeScript"],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\u003cimg width=\"128\" src=\"/src/assets/img/logo.svg\" alt=\"logo\"/\u003e\n\u003ch1\u003e Chrome Extension Boilerplate with\u003cbr/\u003eSolidJS + Vite + TypeScript + Manifest V3 + Hot Relaod\u003c/h1\u003e\n\n![](https://img.shields.io/badge/Typescript-3178C6?style=flat-square\u0026logo=typescript\u0026logoColor=white)\n![](https://badges.aleen42.com/src/vitejs.svg)\n\u003c!-- ![GitHub action badge](https://github.com/fuyutarow/solid-chrome-extension-template/actions/workflows/build.yml/badge.svg) --\u003e\n\n\u003c!-- \u003e This project is listed in the [Awesome Vite](https://github.com/vitejs/awesome-vite) --\u003e\n\n\u003c/div\u003e\n\n\n## Intro \u003ca name=\"intro\"\u003e\u003c/a\u003e\nThis boilerplate is made for creating chrome extensions using SolidJS and Typescript.\n\u003e The focus was on improving the build speed and development experience with Vite.\n\n## Features \u003ca name=\"features\"\u003e\u003c/a\u003e\n- [SolidJS](https://www.solidjs.com/)\n- [TypeScript](https://www.typescriptlang.org/)\n- [Jest](https://jestjs.io/)\n- [Vite](https://vitejs.dev/)\n- [SASS](https://sass-lang.com/)\n- [ESLint](https://eslint.org/)\n- [Prettier](https://prettier.io/)\n- [Chrome Extension Manifest Version 3](https://developer.chrome.com/docs/extensions/mv3/intro/)\n- Hot Reload (Live reload)\n\n## Installation \u003ca name=\"installation\"\u003e\u003c/a\u003e\n\n### Procedures \u003ca name=\"procedures\"\u003e\u003c/a\u003e\n1. Clone this repository.\n2. Change `name` and `description` in package.json =\u003e **Auto synchronize with manifest** \n3. Run `yarn` or `npm i` (check your node version \u003e= 16)\n4. Run `yarn dev` or `npm run dev`\n5. Load Extension on Chrome\n   1. Open - Chrome browser\n   2. Access - chrome://extensions\n   3. Check - Developer mode\n   4. Find - Load unpacked extension\n   5. Select - `dist` folder in this project (after dev or build)\n6. If you want to build in production, Just run `yarn build` or `npm run build`.\n\n## Screenshots \u003ca name=\"screenshots\"\u003e\u003c/a\u003e\n\u003cimg width=\"957\" alt=\"image\" src=\"https://user-images.githubusercontent.com/14998939/182227580-31e390cd-386b-426a-adba-e8a31a2f303d.png\"\u003e\n\n\n## Documents \u003ca name=\"documents\"\u003e\u003c/a\u003e\n- [Vite Plugin](https://vitejs.dev/guide/api-plugin.html)\n- [ChromeExtension](https://developer.chrome.com/docs/extensions/mv3/)\n- [Rollup](https://rollupjs.org/guide/en/)\n- [Rollup-plugin-chrome-extension](https://www.extend-chrome.dev/rollup-plugin)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffuyutarow%2Fsolid-chrome-extension-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffuyutarow%2Fsolid-chrome-extension-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffuyutarow%2Fsolid-chrome-extension-template/lists"}