{"id":21428447,"url":"https://github.com/kaze-k/crx-pack-webpack-plugin","last_synced_at":"2025-06-28T17:37:31.516Z","repository":{"id":188219019,"uuid":"678318472","full_name":"kaze-k/crx-pack-webpack-plugin","owner":"kaze-k","description":"A webpack5 plugin to pack crx","archived":false,"fork":false,"pushed_at":"2023-08-23T04:50:53.000Z","size":40,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-21T09:27:47.269Z","etag":null,"topics":["browser-extention","crx3","webpack-plugin","webpack5","webpack5-plugin"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/crx-pack-webpack-plugin","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/kaze-k.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-08-14T09:18:54.000Z","updated_at":"2023-08-19T08:01:51.000Z","dependencies_parsed_at":"2024-11-22T22:13:24.950Z","dependency_job_id":"ac2737d8-08ba-4e6d-a10e-261d3c42a817","html_url":"https://github.com/kaze-k/crx-pack-webpack-plugin","commit_stats":null,"previous_names":["kaze-k/crx-pack-webpack-plugin"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/kaze-k/crx-pack-webpack-plugin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kaze-k%2Fcrx-pack-webpack-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kaze-k%2Fcrx-pack-webpack-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kaze-k%2Fcrx-pack-webpack-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kaze-k%2Fcrx-pack-webpack-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kaze-k","download_url":"https://codeload.github.com/kaze-k/crx-pack-webpack-plugin/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kaze-k%2Fcrx-pack-webpack-plugin/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261518620,"owners_count":23171220,"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":["browser-extention","crx3","webpack-plugin","webpack5","webpack5-plugin"],"created_at":"2024-11-22T22:13:20.203Z","updated_at":"2025-06-28T17:37:31.499Z","avatar_url":"https://github.com/kaze-k.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# crx-pack-webpack-plugin\n\nA webpack5 plugin to pack crx, use [crx3](https://github.com/ahwayakchih/crx3) and support typescript.\n\n## Usage\n\nadd the plugin:\n\n``` js\nyarn add crx-pack-webpack-plugin -D\n```\n\nconfigure the plugin:\n\n``` js\nnew CrxPackWebpackPlugin({\n  zip: true,\n  xml: true,\n  keyFile: \"your-private-key.pem\",\n  contentPath: \"./build\",\n  outputPath: \"./release\",\n  updateURL: \"http://localhost:8080\",\n  updateFilename: \"update.xml\",\n  name: \"example-name\",\n  autoClean: true,\n})\n```\n\n## Configuration Settings\n\n| Option | Required | Type | Default | About |\n|---|---|---|---|---|\n| zip | no | boolean | true | provides a zip of the build files along with the CRX. |\n| xml | no | boolean | true | provides a xml of the build files along with the CRX. |\n| keyFile | yes | string | none | a private key required to update the extension. |\n| contenPath | yes | string | none | location of build files. |\n| outputPath | yes | string | none | where to export the built extension. |\n| updateURL | no | string | \"http://localhost:8000/\" | where to find updates.xml |\n| updateFilename | no | string | \"update.xml\" | filename for update.xml |\n| name | no | string | \"package\" | the name of the built extension. |\n| autoClean | no | boolean | false | whether to automatically empty files |\n\n## Alternatives\n\n- [crx-webpack-plugin](https://github.com/johnagan/crx-webpack-plugin)\n- [crx3-webpack-plugin](https://github.com/garrettlr/crx3-webpack-plugin)\n\nThank them for their inspiration\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkaze-k%2Fcrx-pack-webpack-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkaze-k%2Fcrx-pack-webpack-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkaze-k%2Fcrx-pack-webpack-plugin/lists"}