{"id":20156253,"url":"https://github.com/dsccommunity/xchrome","last_synced_at":"2025-04-09T22:23:14.252Z","repository":{"id":30468237,"uuid":"34022222","full_name":"dsccommunity/xChrome","owner":"dsccommunity","description":null,"archived":false,"fork":false,"pushed_at":"2018-09-22T08:11:39.000Z","size":30,"stargazers_count":12,"open_issues_count":2,"forks_count":13,"subscribers_count":19,"default_branch":"dev","last_synced_at":"2025-03-24T00:16:36.268Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"PowerShell","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/dsccommunity.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}},"created_at":"2015-04-15T22:42:57.000Z","updated_at":"2024-09-01T23:10:52.000Z","dependencies_parsed_at":"2022-08-22T23:40:31.979Z","dependency_job_id":null,"html_url":"https://github.com/dsccommunity/xChrome","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dsccommunity%2FxChrome","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dsccommunity%2FxChrome/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dsccommunity%2FxChrome/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dsccommunity%2FxChrome/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dsccommunity","download_url":"https://codeload.github.com/dsccommunity/xChrome/tar.gz/refs/heads/dev","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248120850,"owners_count":21051031,"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-11-13T23:38:11.533Z","updated_at":"2025-04-09T22:23:14.220Z","avatar_url":"https://github.com/dsccommunity.png","language":"PowerShell","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Build status](https://ci.appveyor.com/api/projects/status/gx1p29qa9ug73u0v/branch/master?svg=true)](https://ci.appveyor.com/project/PowerShell/xchrome/branch/master)\r\n\r\n# xChrome\r\n\r\nThe **xChrome** module is a part of the Windows PowerShell Desired State Configuration (DSC) Resource Kit, which is a collection of DSC Resources produced by the PowerShell Team.\r\nThis module contains the **MSFT_xChrome** resource.\r\nThe **MSFT_xChrome** DSC Resource allows you to install the latest version of Google Chrome.\r\n\r\n**All of the resources in this module are provided AS IS, and are not supported through any Microsoft standard support program or service. The \"x\" prefix in the module name stands for \"experimental,\" which means that these resources will be fix-forward and monitored by the module owner(s).**\r\n\r\nThis project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/).\r\nFor more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.\r\n\r\n## Installation\r\n\r\nTo install **xChrome** PowerShell DSC module:\r\n\r\n*   Unzip the content under the `$env:ProgramFiles\\WindowsPowerShell\\Modules` folder\r\n*   **OR** Run `Install-Module -Name xChrome` from an administrative PowerShell prompt\r\n\r\nTo confirm installation:\r\n\r\n*   Run `Get-DSCResource -Module xChrome` to see that `MSFT_xChrome` is among the DSC Resources listed\r\n*   Run the `Get-Module -ListAvailable -Name xChrome` command to verify that the `xChrome` DSC module is listed\r\n\r\n## Requirements\r\n\r\nThis module requires the latest version of PowerShell (v4.0, which ships in Windows 8.1 or Windows Server 2012R2).\r\nTo easily use PowerShell 4.0 on older operating systems, [install WMF 4.0](http://www.microsoft.com/en-us/download/details.aspx?id=40855).\r\nPlease read the installation instructions that are present on both the download page and the release notes for WMF 4.0.\r\n\r\n## Description\r\n\r\nThe `xChrome` module contains the `MSFT_xChrome` DSC Resource. This DSC Resource allows you to install the latest version of chrome.\r\n\r\n## Details\r\n\r\nThe **MSFT_xChrome** DSC Resource has following optional properties:\r\n\r\n*  **Language**: Specify the language of the browser to be installed.Default it is English.\r\n*  **LocalPath**: The local location on the machine which can you used to place the downloaded installation file.\r\n\r\n## Versions\r\n\r\n### Unreleased\r\n\r\n* Update appveyor.yml to use the default template.\r\n* Added default template files .codecov.yml, .gitattributes, and .gitignore and .vscode folder.\r\n* The module manifest now contain the correct PowerShell version (issue #17).\r\n\r\n### 1.1.0.0\r\n\r\n* Added missing dependency on xPSDesiredStateConfiguration\r\n\r\n### 1.0.2.0\r\n\r\n* Minor documentation updates\r\n\r\n### 1.0.1.0\r\n\r\n* Minor changes in module manifest\r\n\r\n### 1.0.0.0\r\n\r\n*   Initial release with the following resources\r\n    *   MSFT_xChrome\r\n\r\n## Examples\r\n\r\n### Install the Chrome browser\r\n\r\nInstall the latest Google Chrome web browser.\r\n\r\n```\r\n# Installs the latest version of Chrome in the language specified in the parameter Language.\r\n\r\nConfiguration Sample_InstallChromeBrowser\r\n{\r\n    param\r\n    (\r\n    [Parameter(Mandatory)]\r\n    $Language,\r\n\r\n    [Parameter(Mandatory)]\r\n    $LocalPath\r\n\r\n    )\r\n\r\n    Import-DscResource -module xChrome\r\n\r\n    MSFT_xChrome chrome\r\n    {\r\n    Language = $Language\r\n    LocalPath = $LocalPath\r\n    }\r\n}\r\n```\r\n\r\n## Contributing\r\nPlease check out common DSC Resources [contributing guidelines](https://github.com/PowerShell/DscResource.Kit/blob/master/CONTRIBUTING.md).\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdsccommunity%2Fxchrome","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdsccommunity%2Fxchrome","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdsccommunity%2Fxchrome/lists"}