Skip to content

Commit

Permalink
docs: minimize clutter created by fully visible link URLs
Browse files Browse the repository at this point in the history
Hide some of the URL's. They're just anchors to the same main page,
no point in repeating same URL over and over again.
  • Loading branch information
ahwayakchih committed Jan 15, 2025
1 parent 1aab931 commit 0f99970
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,12 +123,12 @@ On MacOS and Windows, Chrome does not allow to install extensions from local fil
For more information about manually installing custom extensions, see:
https://developer.chrome.com/docs/extensions/how-to/distribute/install-extensions

On MacOS or Linux, extension can be installed through a preferences file (https://developer.chrome.com/docs/extensions/how-to/distribute/install-extensions#preferences), as long as:
On MacOS or Linux, extension can be installed through a [preferences file](https://developer.chrome.com/docs/extensions/how-to/distribute/install-extensions#preferences), as long as:

- it's `update_url` value in `manifest.json` file is correct (see https://developer.chrome.com/extensions/linux_hosting#update_url),
- it's from server with correct setup (see https://developer.chrome.com/docs/extensions/how-to/distribute/host-on-linux#hosting).
- it's [`update_url`](https://developer.chrome.com/docs/extensions/how-to/distribute/host-on-linux#update_url) value in `manifest.json` file is correct,
- it's from server with [correct setup](https://developer.chrome.com/docs/extensions/how-to/distribute/install-extensions#registry).

On Windows, they can be installed via [Windows registry](https://developer.chrome.com/extensions/external_extensions#registry).
On Windows, they can be installed via [Windows registry](https://developer.chrome.com/docs/extensions/how-to/distribute/install-extensions#registry).

On all systems, extensions can be installed through a policy setup:

Expand Down

0 comments on commit 0f99970

Please sign in to comment.