{"id":22900601,"url":"https://github.com/extend-chrome/javascript-boilerplate","last_synced_at":"2025-04-01T05:14:47.557Z","repository":{"id":138412008,"uuid":"291799303","full_name":"extend-chrome/javascript-boilerplate","owner":"extend-chrome","description":"Chrome Extension boilerplate with plain vanilla JS","archived":false,"fork":false,"pushed_at":"2020-10-19T22:41:12.000Z","size":25,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-07T03:29:01.420Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/extend-chrome.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},"funding":{"ko_fi":"jacksteam"}},"created_at":"2020-08-31T18:55:45.000Z","updated_at":"2024-02-23T00:08:44.000Z","dependencies_parsed_at":null,"dependency_job_id":"182d54ed-2257-4048-814c-3867a3bcbe3d","html_url":"https://github.com/extend-chrome/javascript-boilerplate","commit_stats":null,"previous_names":[],"tags_count":0,"template":true,"template_full_name":"jacksteamdev/chrome-extension-basic","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/extend-chrome%2Fjavascript-boilerplate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/extend-chrome%2Fjavascript-boilerplate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/extend-chrome%2Fjavascript-boilerplate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/extend-chrome%2Fjavascript-boilerplate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/extend-chrome","download_url":"https://codeload.github.com/extend-chrome/javascript-boilerplate/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246586036,"owners_count":20801028,"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-12-14T01:28:59.845Z","updated_at":"2025-04-01T05:14:47.519Z","avatar_url":"https://github.com/extend-chrome.png","language":"JavaScript","funding_links":["https://ko-fi.com/jacksteam"],"categories":[],"sub_categories":[],"readme":"# JavaScript Chrome Extension Boilerplate\n\n\u003c!-- [![](https://img.shields.io/badge/Fork%20on-CodeSandbox-blue)](https://githubbox.com/extend-chrome/javascript-boilerplate) --\u003e\n[![GitHub last commit](https://img.shields.io/github/last-commit/extend-chrome/javascript-boilerplate.svg)](https://github.com/extend-chrome/rollup-plugin-javascript-boilerplate)\n\nA basic boilerplate that gets you started quickly. It supports modern, modular\nJavaScript and automatic reloading during development. ESLint and Prettier\nincluded.\n\nThis is a great starting place for a proof of concept or a simple Chrome\nextension. If you need more, like React and CSS imports, check out our React\nboilerplate.\n\n## Get Started\n\nType this into your terminal:\n\n```sh\ngit clone https://github.com/extend-chrome/javascript-boilerplate\nnpm install\n```\n\n### Development\n\nFor development with automatic reloading:\n\n```sh\nnpm run start\n```\n\nOpen the [Extensions Dashboard](chrome://extensions), make sure \"Developer mode\"\nis switched on, click \"Load unpacked\", and choose the `dist` folder.\n\n### Production\n\nYou'll want to make a production build when it's time to publish your Chrome\nExtension. Run 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","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fextend-chrome%2Fjavascript-boilerplate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fextend-chrome%2Fjavascript-boilerplate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fextend-chrome%2Fjavascript-boilerplate/lists"}