Skip to content

Commit 151708c

Browse files
committed
gathered ID descs
1 parent 5c845a8 commit 151708c

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

microsoft-edge/extensions-chromium/developer-guide/alternate-distribution-options.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@ Also, make sure that you have the following information:
4646

4747
The following examples use `1.0` as the version, and `aaaaaaaabbbbbbbbccccccccdddddddd` for the ID.
4848

49-
Note: The URL cannot be customized, it will be generated automatically.
49+
This ID is the CRX ID, which is a unique 32-character code which is the letters that are present at the end of your extension's URL. This ID is generated automatically, and it cannot be customized.
50+
5051

5152
<!-- ====================================================================== -->
5253
## Using the Windows registry (Windows only)
@@ -81,7 +82,7 @@ To distribute your extension by using a preferences JSON file:
8182

8283
1. Create a JSON file where the name of the file corresponds to the ID of your extension. For example, create a JSON file with the file name `aaaaaaaabbbbbbbbccccccccdddddddd.json`.
8384

84-
The name of the preferences JSON file is your Microsoft Edge extension's CRX ID, followed by a `.json` extension. The CRX ID is a unique 32-character code which is the letters that are present at the end of your extension's URL.
85+
The name of the preferences JSON file is your Microsoft Edge extension's CRX ID, followed by a `.json` extension. The CRX ID is a unique 32-character code which is the letters that are present at the end of your extension's URL. This ID is generated automatically, and it cannot be customized.
8586

8687
1. Depending on your operating system, save the JSON file to one of the following folders:
8788

0 commit comments

Comments
 (0)