gnome-extensions:tldr:c4dc6
gnome-extensions: Display information about a specific extension.
$ gnome-extensions info "${extension_id}"
try on your machine
This command is used to get information about a specific GNOME Shell extension.
Here's how the command works:
gnome-extensions
is the command-line tool provided by GNOME for managing GNOME Shell extensions.info
is one of the subcommands ofgnome-extensions
, which is used to get information about a specific extension.${extension_id}
is a placeholder for the unique identifier (ID) of the extension you want to get information about. You need to replace${extension_id}
with the actual ID of the extension you are interested in.
To use the command, you would run it in a terminal and replace ${extension_id}
with the ID of the extension you want to get information about. The command will then provide details about the extension, such as its name, description, version, author, and any other relevant information.
This explanation was created by an AI. In most cases those are correct. But please always be careful and
never run a command you are not sure if it is safe.