{"id":26496831,"url":"https://github.com/xcancloud/angusrecorder","last_synced_at":"2025-03-20T12:59:40.561Z","repository":{"id":267805196,"uuid":"902375947","full_name":"xcancloud/AngusRecorder","owner":"xcancloud","description":"Record and manage HTTP requests for AngusTester.","archived":false,"fork":false,"pushed_at":"2024-12-12T14:20:12.000Z","size":38,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-12-12T15:29:44.518Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://www.xcan.cloud","language":"Vue","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/xcancloud.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":"2024-12-12T12:53:55.000Z","updated_at":"2024-12-12T14:20:17.000Z","dependencies_parsed_at":"2024-12-12T15:30:10.823Z","dependency_job_id":"bd70193c-c831-42d5-ae20-40aec91c871a","html_url":"https://github.com/xcancloud/AngusRecorder","commit_stats":null,"previous_names":["xcancloud/angusrecorder"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xcancloud%2FAngusRecorder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xcancloud%2FAngusRecorder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xcancloud%2FAngusRecorder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xcancloud%2FAngusRecorder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xcancloud","download_url":"https://codeload.github.com/xcancloud/AngusRecorder/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244618429,"owners_count":20482316,"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":"2025-03-20T12:59:39.999Z","updated_at":"2025-03-20T12:59:40.554Z","avatar_url":"https://github.com/xcancloud.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"AngusRecorder\n===\n\n- [English Version](README.md)\n- [中文版](README_zh.md)\n\n## Introduction\n\n**AngusRecorder** is a plugin specifically designed for Google Chrome browser, aimed at helping developers and testers\neasily record and analyze network requests. The recorded results can be directly saved to the [AngusTester](https://www.xcan.cloud) application,\nsupporting various scenarios including api debugging, scenario testing, and mock request functionality.\n\n## Project Structure\n\n```text\nAngusRecorder/\n├── public/\n│   ├── icon16.png\n│   ├── icon48.png\n│   └── icon128.png\n├── src/\n│   ├── components/\n│   │   └── Other Vue components can be added...\n│   ├── App.vue\n│   ├── background.js\n│   ├── main.js\n│   └── manifest.json\n├── index.html\n├── package.json\n├── vite.config.js\n└── README.md\n```\n\n## Init Project\n\n```bash\n## Create Vite + Vue3 project\nnpm init vite@latest AngusRecorder -- --template vue\n## Install required dependencies\nnpm install @vitejs/plugin-vue @crxjs/vite-plugin @types/chrome axios\n```\n\n## Build extension\n\n```bash\n# After running the following command, the plugin files will be output to the /dist directory.\nnpm run build\n```\n\n## Install extension\n\n1. Open Chrome Browser.\n2. Access the Extensions Page: Type chrome://extensions in the address bar and press Enter.\n3. Enable Developer Mode: Toggle the \"Developer mode\" switch in the upper right corner (the switch will turn blue).\n4. Load Unpacked Extension: Click the \"Load unpacked\" button in the upper left corner of the page. In the pop-up file selection window, navigate to your plugin's /dist directory, select it, and click \"Select\" folder. \n5. Confirm Installation: The extension will automatically load and appear in the list of extensions. \n6. Use the Extension: Click the extension icon in the toolbar to configure and use it.\n\n## References\n\n- Developer Documentation: https://developer.chrome.com/docs/extensions?hl=zh-cn\n- Extension Examples: https://github.com/GoogleChrome/chrome-extensions-samples.git","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxcancloud%2Fangusrecorder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxcancloud%2Fangusrecorder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxcancloud%2Fangusrecorder/lists"}