{"id":20572518,"url":"https://github.com/nucliweb/webperf-snippets-extension","last_synced_at":"2025-09-04T19:48:05.909Z","repository":{"id":145589231,"uuid":"617690938","full_name":"nucliweb/webperf-snippets-extension","owner":"nucliweb","description":null,"archived":false,"fork":false,"pushed_at":"2023-06-19T06:07:25.000Z","size":416,"stargazers_count":1,"open_issues_count":5,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-16T21:16:47.587Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nucliweb.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":"2023-03-22T22:53:45.000Z","updated_at":"2023-06-05T12:13:17.000Z","dependencies_parsed_at":null,"dependency_job_id":"8e050525-5e9f-4511-9830-4a4288fe5b58","html_url":"https://github.com/nucliweb/webperf-snippets-extension","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":"Jonghakseo/chrome-extension-boilerplate-react-vite","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nucliweb%2Fwebperf-snippets-extension","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nucliweb%2Fwebperf-snippets-extension/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nucliweb%2Fwebperf-snippets-extension/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nucliweb%2Fwebperf-snippets-extension/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nucliweb","download_url":"https://codeload.github.com/nucliweb/webperf-snippets-extension/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242187989,"owners_count":20086266,"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-11-16T05:21:03.560Z","updated_at":"2025-03-06T10:22:02.252Z","avatar_url":"https://github.com/nucliweb.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\u003cimg src=\"public/icon-128.png\" alt=\"logo\"/\u003e\n\u003ch1\u003e Chrome Extension Boilerplate with\u003cbr/\u003eReact + Vite + TypeScript\u003c/h1\u003e\n\n![](https://img.shields.io/badge/React-61DAFB?style=flat-square\u0026logo=react\u0026logoColor=black)\n![](https://img.shields.io/badge/Typescript-3178C6?style=flat-square\u0026logo=typescript\u0026logoColor=white)\n![](https://badges.aleen42.com/src/vitejs.svg)\n![GitHub action badge](https://github.com/Jonghakseo/chrome-extension-boilerplate-react-vite/actions/workflows/build.yml/badge.svg)\n\u003cimg src=\"https://hits.seeyoufarm.com/api/count/incr/badge.svg?url=https://github.com/Jonghakseo/chrome-extension-boilerplate-react-viteFactions\u0026count_bg=%23#222222\u0026title_bg=%23#454545\u0026title=😀\u0026edge_flat=true\" alt=\"hits\"/\u003e\n\n\n\u003e This project is listed in the [Awesome Vite](https://github.com/vitejs/awesome-vite)\n\n\u003c/div\u003e\n\n## Table of Contents\n\n- [Intro](#intro)\n- [Features](#features)\n- [Installation](#installation)\n  - [Procedures](#procedures)\n- [Screenshots](#screenshots)\n  - [NewTab](#newtab)\n  - [Popup](#popup)  \n- [Documents](#documents)\n\n\n## Intro \u003ca name=\"intro\"\u003e\u003c/a\u003e\nThis boilerplate is made for creating chrome extensions using React 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- [React 18](https://reactjs.org/)\n- [TypeScript](https://www.typescriptlang.org/)\n- [Jest](https://jestjs.io/)\n- [React Testing Library](https://testing-library.com/docs/react-testing-library/intro/)\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- HRR(Hot Rebuild \u0026 Refresh/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 install` or `npm i` (check your node version \u003e= 16.6, recommended \u003e= 18)\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\n### New Tab \u003ca name=\"newtab\"\u003e\u003c/a\u003e\n\n\u003cimg width=\"971\" src=\"https://user-images.githubusercontent.com/53500778/162631646-cd40976b-b737-43d0-8e6a-6ac090a2e2d4.png\"\u003e\n\n### Popup \u003ca name=\"popup\"\u003e\u003c/a\u003e\n\n\u003cimg width=\"314\" alt=\"popup\" src=\"https://user-images.githubusercontent.com/53500778/203561728-23517d46-12e3-4139-8a4f-e0b2f22a6ab3.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\n\n---\n## Thanks To\n\n| [Jetbrains](https://jb.gg/OpenSourceSupport)                                                                           | [Jackson Hong](https://www.linkedin.com/in/j-acks0n/)                                            |\n|--------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------|\n| \u003cimg width=\"100\" src=\"https://resources.jetbrains.com/storage/products/company/brand/logos/jb_beam.png\" alt=\"JetBrains Logo (Main) logo.\"\u003e | \u003cimg width=\"100\" src='https://avatars.githubusercontent.com/u/23139754?v=4' alt='Jackson Hong'/\u003e |\n\n\n---\n\n[Jonghakseo](https://nookpi.tistory.com/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnucliweb%2Fwebperf-snippets-extension","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnucliweb%2Fwebperf-snippets-extension","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnucliweb%2Fwebperf-snippets-extension/lists"}