{"id":22880156,"url":"https://github.com/mintplayer/mintplayer.dotnetdesktop.tools","last_synced_at":"2025-07-13T04:40:30.788Z","repository":{"id":53000286,"uuid":"215885397","full_name":"MintPlayer/MintPlayer.DotnetDesktop.Tools","owner":"MintPlayer","description":"This package allows you to retrieve the web browsers installed on the system.","archived":false,"fork":false,"pushed_at":"2024-12-21T18:06:43.000Z","size":126,"stargazers_count":7,"open_issues_count":4,"forks_count":3,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-10T00:47:49.520Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MintPlayer.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"zenodo":null}},"created_at":"2019-10-17T21:04:34.000Z","updated_at":"2025-04-19T07:42:15.000Z","dependencies_parsed_at":"2023-01-23T12:45:26.177Z","dependency_job_id":"f8d0590d-43a5-4459-9868-af53586dac23","html_url":"https://github.com/MintPlayer/MintPlayer.DotnetDesktop.Tools","commit_stats":null,"previous_names":["mintplayer/mintplayer.dotnetdesktop.tools"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/MintPlayer/MintPlayer.DotnetDesktop.Tools","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MintPlayer%2FMintPlayer.DotnetDesktop.Tools","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MintPlayer%2FMintPlayer.DotnetDesktop.Tools/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MintPlayer%2FMintPlayer.DotnetDesktop.Tools/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MintPlayer%2FMintPlayer.DotnetDesktop.Tools/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MintPlayer","download_url":"https://codeload.github.com/MintPlayer/MintPlayer.DotnetDesktop.Tools/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MintPlayer%2FMintPlayer.DotnetDesktop.Tools/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264870058,"owners_count":23676154,"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-13T17:16:36.930Z","updated_at":"2025-07-13T04:40:30.763Z","avatar_url":"https://github.com/MintPlayer.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MintPlayer.BrowserDialog\nDialog that lets the user pick from the installed webbrowsers\n\n## Preview\n![Dialog that lets the user pick from the installed webbrowsers](https://github.com/MintPlayer/MintPlayer.PlatformBrowser/blob/master/BrowserDialog.png)\n\n## Version info\n\n| License                                                                                                               | Build status                                                                                           |\n|-----------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------|\n| [![License](https://img.shields.io/badge/License-Apache%202.0-green.svg)](https://opensource.org/licenses/Apache-2.0) | ![.NET Core](https://github.com/MintPlayer/MintPlayer.BrowserDialog/workflows/.NET%20Core/badge.svg)   |\n\n| Package                    | Release                                                                                                                                                 | Preview                                                                                                                                                    | Downloads |\n|----------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------|-----------|\n| MintPlayer.PlatformBrowser | [![NuGet Version](https://img.shields.io/nuget/v/MintPlayer.PlatformBrowser.svg?style=flat)](https://www.nuget.org/packages/MintPlayer.PlatformBrowser) | [![NuGet Version](https://img.shields.io/nuget/vpre/MintPlayer.PlatformBrowser.svg?style=flat)](https://www.nuget.org/packages/MintPlayer.PlatformBrowser) | [![NuGet](https://img.shields.io/nuget/dt/MintPlayer.PlatformBrowser.svg?style=flat)](https://www.nuget.org/packages/MintPlayer.PlatformBrowser) |\n| MintPlayer.IconUtils       | [![NuGet Version](https://img.shields.io/nuget/v/MintPlayer.IconUtils.svg?style=flat)](https://www.nuget.org/packages/MintPlayer.IconUtils)             | [![NuGet Version](https://img.shields.io/nuget/vpre/MintPlayer.IconUtils.svg?style=flat)](https://www.nuget.org/packages/MintPlayer.IconUtils)             | [![NuGet](https://img.shields.io/nuget/dt/MintPlayer.IconUtils.svg?style=flat)](https://www.nuget.org/packages/MintPlayer.IconUtils)             |\n| MintPlayer.BrowserDialog   | [![NuGet Version](https://img.shields.io/nuget/v/MintPlayer.BrowserDialog.svg?style=flat)](https://www.nuget.org/packages/MintPlayer.BrowserDialog)     | [![NuGet Version](https://img.shields.io/nuget/vpre/MintPlayer.BrowserDialog.svg?style=flat)](https://www.nuget.org/packages/MintPlayer.BrowserDialog)     | [![NuGet](https://img.shields.io/nuget/dt/MintPlayer.BrowserDialog.svg?style=flat)](https://www.nuget.org/packages/MintPlayer.BrowserDialog)     |\n\n## MintPlayer.PlatformBrowser\nThis package allows you to retrieve the web browsers (including Microsoft Edge) installed on the system.\n\n### Installation\n\n#### NuGet package manager\nOpen the NuGet package manager and install the `MintPlayer.PlatformBrowser` package in the project\n\n#### Package manager console\n\n    Install-Package MintPlayer.PlatformBrowser\n\n### Usage\nSimply call the following method:\n\n    var browsers = PlatformBrowser.GetInstalledBrowsers();\n\n### Copy-n-paste code sample\n\n    var browsers = PlatformBrowser.GetInstalledBrowsers();\n    foreach (var browser in browsers)\n    {\n        Console.WriteLine($\"Browser: {browser.Name}\");\n        Console.WriteLine($\"Executable: {browser.ExecutablePath}\");\n        Console.WriteLine($\"Icon path: {browser.IconPath}\");\n        Console.WriteLine($\"Icon index: {browser.IconIndex}\");\n        Console.WriteLine();\n    }\n\t\n## MintPlayer.IconUtils\n\n### Installation\n#### NuGet package manager\nOpen the NuGet package manager and install the **MintPlayer.IconUtils** package in the project\n#### Package manager console\n    Install-Package MintPlayer.IconUtils\n\n### Usage\n\n    var icon = IconExtractor.Split(icoPath);\n    var icons = IconExtractor.ExtractImagesFromIcon(icon);\n\n## MintPlayer.BrowserDialog\n\n### Installation\n#### NuGet package manager\nOpen the NuGet package manager and install the **MintPlayer.BrowserDialog** package in the project\n#### Package manager console\n    Install-Package MintPlayer.BrowserDialog\n\n### Usage\n\n    var dialog = new BrowserDialog();\n    if (dialog.ShowDialog() == DialogResult.OK)\n    {\n        MessageBox.Show($\"You picked {dialog.SelectedBrowser.Name}.\\r\\nThe executable path is {dialog.SelectedBrowser.ExecutablePath}\");\n    }\n\n## Contributors\n\n| Pull-request                                                                                            | Contributor                                       |\n|---------------------------------------------------------------------------------------------------------|---------------------------------------------------|\n| [Target .NET Standard](https://github.com/MintPlayer/MintPlayer.PlatformBrowser/pull/1)                 | [merijndejonge](https://github.com/merijndejonge) |\n| [Also lists browsers from CurrentUser](https://github.com/MintPlayer/MintPlayer.PlatformBrowser/pull/2) | [mderu](https://github.com/mderu)                 |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmintplayer%2Fmintplayer.dotnetdesktop.tools","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmintplayer%2Fmintplayer.dotnetdesktop.tools","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmintplayer%2Fmintplayer.dotnetdesktop.tools/lists"}