{"id":20331425,"url":"https://github.com/gracefullight/react-typescript-extension-starter","last_synced_at":"2026-04-17T18:02:26.769Z","repository":{"id":83204101,"uuid":"397292399","full_name":"gracefullight/react-typescript-extension-starter","owner":"gracefullight","description":null,"archived":false,"fork":false,"pushed_at":"2021-11-28T12:22:23.000Z","size":201453,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-04T12:32:34.931Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/gracefullight.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"licenses.config.js","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":"2021-08-17T14:45:58.000Z","updated_at":"2023-03-08T13:20:59.000Z","dependencies_parsed_at":null,"dependency_job_id":"cf6f4836-fa5e-4f8c-8170-937dcee8fd4e","html_url":"https://github.com/gracefullight/react-typescript-extension-starter","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/gracefullight/react-typescript-extension-starter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gracefullight%2Freact-typescript-extension-starter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gracefullight%2Freact-typescript-extension-starter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gracefullight%2Freact-typescript-extension-starter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gracefullight%2Freact-typescript-extension-starter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gracefullight","download_url":"https://codeload.github.com/gracefullight/react-typescript-extension-starter/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gracefullight%2Freact-typescript-extension-starter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31939788,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-17T17:29:20.459Z","status":"ssl_error","status_checked_at":"2026-04-17T17:28:47.801Z","response_time":62,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2024-11-14T20:20:07.703Z","updated_at":"2026-04-17T18:02:26.756Z","avatar_url":"https://github.com/gracefullight.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# TypeScript React Chrome Extension Boilerplate\n\nA basic TypeScript React Chrome Extension boilerplate that gets you started quickly. It supports **TypeScript**, **JSX**, and **automatic reloading** during development. Jest, ESLint and Prettier included, all bundled using [Rollup](https://rollupjs.org/guide/en/) and [`rollup-plugin-chrome-extension`](https://extend-chrome.dev/rollup-plugin).\n\n## Get Started\n\n### Using `create-react-crx`\n\nType this into your terminal:\n\n```sh\nnpx create-react-crx\n```\n\nFollow the prompts to setup your Chrome extension project.\n\n### Using `git clone`\n\nType this into your terminal:\n\n```sh\ngit clone https://github.com/extend-chrome/ts-react-boilerplate.git my-chrome-extension\ncd my-chrome-extension\nnpm install\n```\n\n\u003e 🖌️ Update your package name and version in `package.json` before you get started!\n\n### Development\n\nFor development with automatic reloading:\n\n```sh\nnpm run start\n```\n\nOpen the [Extensions Dashboard](chrome://extensions), enable \"Developer mode\", click \"Load unpacked\", and choose the `dist` folder.\n\nWhen you make changes in `src` the background script and any content script will reload automatically.\n\n### Production\n\nWhen it's time to publish your Chrome extension, make a production build to submit to the Chrome Web Store. This boilerplate will use the version in `package.json`, unless you add a version to `src/manifest.json`.\n\n\u003e Make sure you have updated the name and version of your extension in `package.json`.\n\nRun the following line:\n\n```sh\nnpm run build\n```\n\nThis will create a ZIP file with your package name and version in the `releases`\nfolder.\n\n## Source Layout\n\nYour manifest is at `src/manifest.json`, and Rollup will bundle any files you\ninclude here. All the filepaths in your manifest should point to files in `src`.\n\n## Features\n\n- Uses Rollup to bundle your extension\n- Chrome Extension automatic reloader\n- Jest configuration for testing\n\n## Resources\n\n[Chrome Extension official documentation](https://developer.chrome.com/docs/webstore/)\n\n[How to Publish your extension step by step video tutorial](https://www.youtube.com/playlist?list=PLYlOQabA4Mm0bPiMKIBMgZK0u2jbYsrC6)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgracefullight%2Freact-typescript-extension-starter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgracefullight%2Freact-typescript-extension-starter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgracefullight%2Freact-typescript-extension-starter/lists"}