{"id":15408014,"url":"https://github.com/arvinxx/umi-plugin-extensions","last_synced_at":"2025-07-24T10:36:49.384Z","repository":{"id":37093005,"uuid":"324909307","full_name":"arvinxx/umi-plugin-extensions","owner":"arvinxx","description":"用于开发 Chrome 插件的 umi 适配插件","archived":false,"fork":false,"pushed_at":"2023-01-17T14:08:19.000Z","size":1786,"stargazers_count":48,"open_issues_count":4,"forks_count":6,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-08T17:10:03.298Z","etag":null,"topics":["chrome-extension","umi","umi-plugin"],"latest_commit_sha":null,"homepage":"https://umi-plugin-extensions.vercel.app","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/arvinxx.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-12-28T04:13:33.000Z","updated_at":"2025-06-12T01:23:45.000Z","dependencies_parsed_at":"2023-02-10T10:00:50.326Z","dependency_job_id":null,"html_url":"https://github.com/arvinxx/umi-plugin-extensions","commit_stats":null,"previous_names":[],"tags_count":34,"template":false,"template_full_name":null,"purl":"pkg:github/arvinxx/umi-plugin-extensions","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arvinxx%2Fumi-plugin-extensions","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arvinxx%2Fumi-plugin-extensions/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arvinxx%2Fumi-plugin-extensions/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arvinxx%2Fumi-plugin-extensions/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/arvinxx","download_url":"https://codeload.github.com/arvinxx/umi-plugin-extensions/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arvinxx%2Fumi-plugin-extensions/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266828738,"owners_count":23991220,"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","status":"online","status_checked_at":"2025-07-24T02:00:09.469Z","response_time":99,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["chrome-extension","umi","umi-plugin"],"created_at":"2024-10-01T16:30:43.823Z","updated_at":"2025-07-24T10:36:49.309Z","avatar_url":"https://github.com/arvinxx.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# umi-plugin-extensions\n\n[![NPM version][npm-image]][npm-url] ![NPM downloads][download-image] [![semantic-release][semantic-release]][semantic-release-repo] ![][license-url]\n\n[![Test CI status][test-ci]][test-ci-url] [![Release CI][release-ci]][deploy-ci-url] [![Coverage][coverage]][codecov-url]\n\n[license-url]: https://img.shields.io/github/license/arvinxx/umi-plugin-develop-template\n\n\u003c!-- npm url --\u003e\n\n[npm-image]: http://img.shields.io/npm/v/umi-plugin-extensions.svg?color=deepgreen\u0026label=latest\n[npm-url]: http://npmjs.org/package/umi-plugin-extensions\n[download-image]: https://img.shields.io/npm/dm/umi-plugin-extensions.svg\n\n\u003c!-- coverage --\u003e\n\n[coverage]: https://codecov.io/gh/arvinxx/umi-plugin-extensions/branch/master/graph/badge.svg\n[codecov-url]: https://codecov.io/gh/arvinxx/umi-plugin-extensions/branch/master\n\n\u003c!-- Github CI --\u003e\n\n[test-ci]: https://github.com/arvinxx/umi-plugin-extensions/workflows/Test%20CI/badge.svg\n[release-ci]: https://github.com/arvinxx/umi-plugin-extensions/workflows/Release%20CI/badge.svg\n[test-ci-url]: https://github.com/arvinxx/umi-plugin-extensions/actions?query=workflow%3A%22Test+CI%22\n[deploy-ci-url]: https://github.com/arvinxx/umi-plugin-extensions/actions?query=workflow%3A%22Release+CI%22\n\n\u003c!-- semantic-release --\u003e\n\n[semantic-release]: https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg\n[semantic-release-repo]: https://github.com/semantic-release/semantic-release\n\n用于开发 Chrome 插件的 umi 插件。\n\n## 安装\n\n```bash\nnpm i -D umi-plugin-extensions\n```\n\n或\n\n```bash\nyarn add -D umi-plugin-extensions\n```\n\n## 使用\n\n🔔 请确保你对 Chrome 插件开发已经有基本的了解，入门教程：[Chrome 插件(扩展)开发全攻略](https://umi-plugin-extensions.vercel.app/tutorial)。\n\n在 umi 配置文件 `cofig/config.ts` 或 `.umirc.ts` 中配置 `extensions` 。完整配置项说明请查阅[插件配置项文档](https://umi-plugin-extensions.vercel.app/api/interfaces/extensionsplugin-config)。\n\n如需脚手架可使用 [Umi Chrome Extensions Template](https://github.com/arvinxx/umi-chrome-extensions-template)。\n\n## 插件开发\n\n如希望对本插件进行开发，可查阅 插件项目架构文档(TODO)\n\n## TODO List\n\n- [ ] 说明文档\n  - [ ] 基础指南\n  - [ ] 插件开发教程\n  - [ ] API 接口说明\n  - [ ] 插件项目架构文档\n- [ ] 单元测试\n\n## License\n\n[MIT](./LICENSE) ® Arvin Xu\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farvinxx%2Fumi-plugin-extensions","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farvinxx%2Fumi-plugin-extensions","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farvinxx%2Fumi-plugin-extensions/lists"}