mirror of
https://github.com/LCTT/TranslateProject.git
synced 2024-12-23 21:20:42 +08:00
[手动选题][tech]: 20220516 -Extension Manager- App Helps You Install and Manage GNOME Shell Extensions.md
This commit is contained in:
parent
dda25e9fb0
commit
daa2aab45b
@ -0,0 +1,116 @@
|
||||
[#]: subject: "‘Extension Manager’ App Helps You Install and Manage GNOME Shell Extensions"
|
||||
[#]: via: "https://itsfoss.com/extension-manager/"
|
||||
[#]: author: "Ankush Das https://itsfoss.com/author/ankush/"
|
||||
[#]: collector: "lkxed"
|
||||
[#]: translator: " "
|
||||
[#]: reviewer: " "
|
||||
[#]: publisher: " "
|
||||
[#]: url: " "
|
||||
|
||||
‘Extension Manager’ App Helps You Install and Manage GNOME Shell Extensions
|
||||
======
|
||||
Brief: Extension Manager is an exciting unofficial alternative to GNOME’s official Extensions app to help you manage GNOME shell extensions. Let’s take a closer look.
|
||||
|
||||
GNOME extensions are incredibly useful. Of course, using many of them may not be the best solution to your problem.
|
||||
|
||||
However, if you rely on the GNOME extensions to tweak your desktop workflow on any Linux distribution, a convenient option to manage all the extensions should help save your time.
|
||||
|
||||
The GNOME team already offers you an “**Extensions**” app to configure and manage GNOME extensions. But, it does not come pre-installed on every Linux distribution.
|
||||
|
||||
So, should you use the official Extensions app, or is there something better?
|
||||
|
||||
Well, technically, it depends on your use case and requirements. But, there’s an **“Extension Manager**” that helps you manage GNOME Shell extensions while also allowing you to search and install new extensions without using the browser.
|
||||
|
||||
![extension manager ft][1]
|
||||
|
||||
### Extension Manager: An Alternative to “Extensions”
|
||||
|
||||
If you already have “Extensions” installed, you may not have a big reason to use this.
|
||||
|
||||
However, with the Extension Manager by **Matt Jakeman**, you get a useful app to easily enable/disable, configure, and install/uninstall new GNOME extensions.
|
||||
|
||||
You no longer need to follow the usual [method to install GNOME extensions][2] that involve a web page, a browser add-on, and more.
|
||||
|
||||
It offers a separate tab to search and install GNOME extensions available.
|
||||
|
||||
![extension manager search][3]
|
||||
|
||||
As you can notice in the screenshot above, you do not have to tweak the GNOME Shell version number and see if it is supported. This app directly highlights if the extension is supported on your system.
|
||||
|
||||
So, you can easily explore the [best GNOME extensions][4] and see if it works for you.
|
||||
|
||||
Furthermore, you can also explore more about an extension when clicking on it. It could improve the way the information is presented, but it should be good enough for most.
|
||||
|
||||
![extension manager info][5]
|
||||
|
||||
### Features of Extension Manager
|
||||
|
||||
![extension manager about][6]
|
||||
|
||||
To sum up the features:
|
||||
|
||||
* Configure existing/pre-installed GNOME extensions.
|
||||
* Enable/Disable shell extensions.
|
||||
* Ability to search for new extensions from the web.
|
||||
* Install new extensions from the web.
|
||||
* Choose the app theme as per your preference or follow the system theme.
|
||||
* Update the extension from within the app.
|
||||
|
||||
### Extensions vs. Extension Manager: What’s the difference?
|
||||
|
||||
If you’re wondering: what’s the difference between Extensions and Extension Manager?
|
||||
|
||||
Here’s a **screenshot comparison**:
|
||||
|
||||
![extensions gnome][7]
|
||||
|
||||
![extension manager][8]
|
||||
|
||||
Overall, the user interface is a bit different. But it’s mostly the same, minus the ability to search/install GNOME extensions from the web.
|
||||
|
||||
However, you can toggle the theme to light/dark (or follow the system preference) with Extension Manager. With Extensions, the app tracks the system theme by default.
|
||||
|
||||
### Install Extension Manager on Linux
|
||||
|
||||
Using the official repositories, you can easily install the extension manager on [Ubuntu 22.04 LTS][9].
|
||||
|
||||
So, you can look for it in the software center or install it via the terminal using the following command:
|
||||
|
||||
```
|
||||
sudo apt install gnome-shell-extension-manager
|
||||
```
|
||||
|
||||
For any other Linux distribution, you can refer to our [Flatpak guide][10] and install the Flatpak package available on [Flathub][11].
|
||||
|
||||
You should also find it available in [AUR][12] for Arch Linux distros.
|
||||
|
||||
Head to its [GitHub page][13] to explore more about the app and other installation methods.
|
||||
|
||||
*What do you prefer to help manage GNOME shell extensions? Feel free to share your thoughts in the comments.*
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
via: https://itsfoss.com/extension-manager/
|
||||
|
||||
作者:[Ankush Das][a]
|
||||
选题:[lkxed][b]
|
||||
译者:[译者ID](https://github.com/译者ID)
|
||||
校对:[校对者ID](https://github.com/校对者ID)
|
||||
|
||||
本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创编译,[Linux中国](https://linux.cn/) 荣誉推出
|
||||
|
||||
[a]: https://itsfoss.com/author/ankush/
|
||||
[b]: https://github.com/lkxed
|
||||
[1]: https://itsfoss.com/wp-content/uploads/2022/05/extension-manager-ft.png
|
||||
[2]: https://itsfoss.com/gnome-shell-extensions/
|
||||
[3]: https://itsfoss.com/wp-content/uploads/2022/05/extension-manager-search.png
|
||||
[4]: https://itsfoss.com/best-gnome-extensions/
|
||||
[5]: https://itsfoss.com/wp-content/uploads/2022/05/extension-manager-info.png
|
||||
[6]: https://itsfoss.com/wp-content/uploads/2022/05/extension-manager-about.jpg
|
||||
[7]: https://itsfoss.com/wp-content/uploads/2022/05/extensions-gnome.png
|
||||
[8]: https://itsfoss.com/wp-content/uploads/2022/05/extension-manager.png
|
||||
[9]: https://itsfoss.com/ubuntu-22-04-release-features/
|
||||
[10]: https://itsfoss.com/flatpak-guide/
|
||||
[11]: https://flathub.org/apps/details/com.mattjakeman.ExtensionManager
|
||||
[12]: https://itsfoss.com/aur-arch-linux/
|
||||
[13]: https://github.com/mjakeman/extension-manager
|
Loading…
Reference in New Issue
Block a user