You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,13 @@ Install-Module -Name CRX
17
17
Import-Module -Name CRX
18
18
```
19
19
20
+
> [!NOTE]
21
+
> **Latest stable chrome version is hardcoded in `$Global:LatestStableChromeVersion` by default**
22
+
>
23
+
> You can update it manually or use `-ArgumentList` during module import so the latest version will be automatically fetched from https://chromiumdash.appspot.com
24
+
>
25
+
> `Import-Module CRX -ArgumentList $true`
26
+
20
27
### Example Usage
21
28
**Downloads the CRX file for a specified extension.**
0 commit comments