{"id":20881305,"url":"https://github.com/peakchen90/vscode-open-in-default-browser","last_synced_at":"2025-05-12T16:32:38.564Z","repository":{"id":42637985,"uuid":"123881886","full_name":"peakchen90/vscode-open-in-default-browser","owner":"peakchen90","description":"Open In Default Browser","archived":false,"fork":false,"pushed_at":"2023-11-18T09:10:42.000Z","size":6021,"stargazers_count":28,"open_issues_count":11,"forks_count":15,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-01T08:44:46.020Z","etag":null,"topics":["browser","chrome","html","http-server","open","open-browser","vscode-extension"],"latest_commit_sha":null,"homepage":"https://marketplace.visualstudio.com/items?itemName=peakchen90.open-html-in-browser#overview","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/peakchen90.png","metadata":{"files":{"readme":"README.ZH-CN.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-03-05T07:32:43.000Z","updated_at":"2024-08-04T01:39:17.000Z","dependencies_parsed_at":"2023-02-08T03:45:59.552Z","dependency_job_id":null,"html_url":"https://github.com/peakchen90/vscode-open-in-default-browser","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/peakchen90%2Fvscode-open-in-default-browser","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/peakchen90%2Fvscode-open-in-default-browser/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/peakchen90%2Fvscode-open-in-default-browser/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/peakchen90%2Fvscode-open-in-default-browser/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/peakchen90","download_url":"https://codeload.github.com/peakchen90/vscode-open-in-default-browser/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253777055,"owners_count":21962622,"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","chrome","html","http-server","open","open-browser","vscode-extension"],"created_at":"2024-11-18T07:24:26.465Z","updated_at":"2025-05-12T16:32:37.857Z","avatar_url":"https://github.com/peakchen90.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Open In Default Browser\n\n\u003ca href=\"https://marketplace.visualstudio.com/items?itemName=peakchen90.open-html-in-browser\"\u003e\n  \u003cimg src=\"https://vsmarketplacebadge.apphb.com/version-short/peakchen90.open-html-in-browser.svg\"\u003e\n\u003c/a\u003e\n\u003ca href=\"https://marketplace.visualstudio.com/items?itemName=peakchen90.open-html-in-browser\"\u003e\n  \u003cimg src=\"https://vsmarketplacebadge.apphb.com/installs-short/peakchen90.open-html-in-browser.svg\"\u003e\n\u003c/a\u003e\n\u003ca href=\"https://marketplace.visualstudio.com/items?itemName=peakchen90.open-html-in-browser\"\u003e\n  \u003cimg src=\"https://vsmarketplacebadge.apphb.com/downloads-short/peakchen90.open-html-in-browser.svg\"\u003e\n\u003c/a\u003e\n\u003ca href=\"https://marketplace.visualstudio.com/items?itemName=peakchen90.open-html-in-browser#review-details\"\u003e\n  \u003cimg src=\"https://vsmarketplacebadge.apphb.com/rating-short/peakchen90.open-html-in-browser.svg\"\u003e\n\u003c/a\u003e\n\n一个可以快速打开HTML文件的VSCode插件\n\n\u003e [English document](./README.md)\n\n![preview](./public/preview.gif)\n\n\n## 功能\n\n1. 在资源管理器和编辑器里的html、xml、pdf文件提供“在浏览器中打开”菜单，它可以使用默认浏览器打开此文件\n2. 你也可以使用快捷键`ctrl + 1` (Windows) / `command + 1` (Mac)\n3. 支持touchBar (Mac)\n4. 基于一个本地HTTP服务器来打开HTML文件\n5. 支持多语言：\n   - 英语 (en)\n   - 简体中文 (zh-cn)\n   - 繁体中文 (zh-tw)\n   - 日语 (ja)\n   - 法语 (fr)\n   - 韩语 (ko)\n   - 俄语 (ru)\n   - 葡萄牙语 (pt)\n   - 土耳其语 (tr)\n   - 德语 (de)\n   - 西班牙语 (es)\n   - 匈牙利语 (hu)\n   - 意大利语 (it)\n   - 保加利亚语 (bg)\n\n\n## 设置\n\n这个插件提供以下[设置](https://code.visualstudio.com/docs/getstarted/settings):\n\n- `openInDefaultBrowser.run.openWithLocalHttpServer`: (true/false) 是否使用本地HTTP服务打开，默认`true`\n\n\n## 视频教程\n\n- [https://www.webucator.com/article/how-to-open-html-files-in-google-chrome-from-visua/](https://www.webucator.com/article/how-to-open-html-files-in-google-chrome-from-visua/)\n\n\n## 更新日志\n\n[CHANGELOG](./CHANGELOG.md)\n\n\n## 许可证\n\n[MIT](./LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpeakchen90%2Fvscode-open-in-default-browser","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpeakchen90%2Fvscode-open-in-default-browser","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpeakchen90%2Fvscode-open-in-default-browser/lists"}