How to get link of file to download with wget

You can find the link using the console. Open it with the right click -> examine element -> terminal (or console, don't know how it is in english), and just do like you had done in your gif.

Here is your link : https://extensions.gnome.org/extension-data/user-themegnome-shell-extensions.gcampax.github.com.v38.shell-extension.zip

and screenshot of Firefox terminal for this link :

enter image description here

so your wget command would be :

wget https://extensions.gnome.org/extension-data/user-themegnome-shell-extensions.gcampax.github.com.v38.shell-extension.zip

Here is the wget command:

wget https://extensions.gnome.org/extension-data/user-themegnome-shell-extensions.gcampax.github.com.v38.shell-extension.zip
  • How to get the download link for Firefox:

    1. Click Save on the download window and select a download location. You can either save the file or cancel the download.

    2. Click the Downloads button on the Firefox toolbar and select Show All Downloads.

    3. Right-click on your downloaded (or cancelled) file and select Copy Download Link.

  • How to get the download link for Chrome:

    1. Click Save on the download window and select a download location. You can either save the file or cancel the download.

    2. Click Show all on the downloads toolbar at the bottom of the browser.

    3. Right-click on your downloaded (or cancelled) file and select Copy link address.