mirror of
https://github.com/LCTT/TranslateProject.git
synced 2026-08-26 04:13:30 +08:00
@@ -0,0 +1,104 @@
|
||||
[#]: subject: "The New Raspberry Pi OS Update Brings in Sweet Little Improvements"
|
||||
[#]: via: "https://news.itsfoss.com/raspberry-pi-os-sep-update/"
|
||||
[#]: author: "Rishabh Moharir https://news.itsfoss.com/author/rishabh/"
|
||||
[#]: collector: "lkxed"
|
||||
[#]: translator: "zjsoftceo"
|
||||
[#]: reviewer: "wxy"
|
||||
[#]: publisher: "wxy"
|
||||
[#]: url: "https://linux.cn/article-15032-1.html"
|
||||
|
||||
新树莓派操作系统更新带来一些不错的小改进
|
||||
======
|
||||
|
||||
> 树莓派操作系统更新,增加了对 NetworkManager 支持以及新的操作快捷方式。
|
||||
|
||||
![The New Raspberry Pi OS Update Brings in Sweet Little Improvements][1]
|
||||
|
||||
如果你是小型迷你计算机的狂热粉丝的话,你可能知道树莓派可以用作成熟的桌面计算机使用。此外,它也是支持各种电子/物联网项目的核心组件。
|
||||
|
||||
虽然许多 Linux 发行版为树莓派提供了镜像文件,但树莓派基金会仍然提供了其官方操作系统,即 <ruby>[树莓派操作系统][2]<rt>Raspberry Pi OS</rt></ruby>。
|
||||
|
||||
顺便说一句,树莓派操作系统是基于 Debian 的。具体来说,当前版本是基于 [Debian 11 Bullseye][3] 的,它是采用 LXDE 作为桌面应用环境的轻量级操作系统。
|
||||
|
||||
### 树莓派操作系统:带来了什么最新内容?
|
||||
|
||||
尽管这个最新的更新并不是一个重大更新,但它仍然带来了一些有用的补充。如果你把树莓派用作桌面计算机来使用,你一定会欢迎它的。
|
||||
|
||||
让我们来看看新版本提供了什么。
|
||||
|
||||
#### 主菜单的快速搜索功能
|
||||
|
||||
虽然 Windows 系统和许多 Linux 发行版已经包含了这个基本功能,但树莓派操作系统之前一直没有这个功能。
|
||||
|
||||
用户可以点击“树莓派”图标或键盘上的默认主机键,打开主菜单,键入要启动的应用程序的名称,就会自动出现一个新的搜索框。
|
||||
|
||||
可用向上和向下箭头键来浏览菜单,用回车键选择应用。
|
||||
|
||||
![主菜单的新搜索框][4]
|
||||
|
||||
如果用户不键入任何内容,则主菜单的功能与点击“树莓派”图标以显示应用程序时的功能完全相同。
|
||||
|
||||
再也不需要用鼠标光标来打开应用程序了。
|
||||
|
||||
#### 全新的键盘操作快捷方式
|
||||
|
||||
就像主菜单一样,你还可以通过键盘打开 Wi-Fi 和切换蓝牙功能。
|
||||
|
||||
按下 `Ctrl+Alt+W` 将打开 Wi-Fi 菜单,而 `Ctrl+Alt+B` 是用于蓝牙的。
|
||||
|
||||
#### 增强型音频输入控制
|
||||
|
||||
任务栏现在将为输入和输出设备显示两个单独的图标,而不是单个默认音量图标。
|
||||
|
||||
![音量滑块][5]
|
||||
|
||||
每当连接音频输入设备时,扬声器图标旁边也会弹出一个麦克风图标。此外,如果连接了多个音频输入设备,用户可以右键单击该图标从列表中选择设备,而左键单击将显示音量控制滑块。
|
||||
|
||||
#### 支持 NetworkManager
|
||||
|
||||
NetworkManager 是许多 Linux 发行版用来处理网络功能的流行的守护程序。它包括许多功能,可帮助用户相应地调整和配置网络设置。
|
||||
|
||||
如果你想进一步了解,请在此处了解有关 Linux 中守护程序的更多信息:
|
||||
|
||||
> **[什么是 Linux 中的守护进程?为什么使用它们?][6]**
|
||||
|
||||
就其功能而言,引入了对 NetworkManager 的初步支持,以作为 dhcpcd 的替代选项。这意味着用户可以轻松管理 VPN 连接,而不会有太多麻烦,甚至可以将树莓派配置为一个 Wi-Fi 接入点。
|
||||
|
||||
![][8]
|
||||
|
||||
> 请注意,NetworkManager 的支持应该还在测试中。为了获得稳定的网络体验,建议用户继续使用 dhcpcd。
|
||||
>
|
||||
> 如果你仍然想尝试 NetworkManager,则需要遵循一些高级步骤。但可以放心,如果在使用 NetworkManager 时遇到任何问题,可以选择切换回 dhcpcd。
|
||||
|
||||
如果你想了解有关该版本的更多信息,[官方发行说明][9] 包括了更多详细信息。
|
||||
|
||||
### 获取树莓派操作系统
|
||||
|
||||
前往下面链接的官方下载页面下载新的镜像文件。
|
||||
|
||||
> **[获取树莓派操作系统][10]**
|
||||
|
||||
你可以在任何系统上使用树莓派 Imager 来制作要在树莓派上使用的 microSD 卡。不管如何,你都可以单独下载树莓派操作系统文件进行设置。
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
via: https://news.itsfoss.com/raspberry-pi-os-sep-update/
|
||||
|
||||
作者:[Rishabh Moharir][a]
|
||||
选题:[lkxed][b]
|
||||
译者:[zjsoftceo](https://github.com/zjsoftceo)
|
||||
校对:[wxy](https://github.com/wxy)
|
||||
|
||||
本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创编译,[Linux中国](https://linux.cn/) 荣誉推出
|
||||
|
||||
[a]: https://news.itsfoss.com/author/rishabh/
|
||||
[b]: https://github.com/lkxed
|
||||
[1]: https://news.itsfoss.com/content/images/size/w1200/2022/09/raspberry-pi-os.jpg
|
||||
[2]: https://www.raspberrypi.com/software/
|
||||
[3]: https://news.itsfoss.com/debian-11-feature/
|
||||
[4]: https://news.itsfoss.com/content/images/2022/09/menu.png
|
||||
[5]: https://news.itsfoss.com/content/images/2022/09/mic.png
|
||||
[6]: https://itsfoss.com/linux-daemons/
|
||||
[8]: https://news.itsfoss.com/content/images/2022/09/nm.png
|
||||
[9]: https://www.raspberrypi.com/news/the-latest-update-to-raspberry-pi-os/
|
||||
[10]: https://www.raspberrypi.com/software/
|
||||
@@ -0,0 +1,52 @@
|
||||
[#]: subject: "Open Source PhotoDemon 9.0 Is Now Available For Download"
|
||||
[#]: via: "https://www.opensourceforu.com/2022/09/open-source-photo-editor-photodemon-9-0-is-now-available/"
|
||||
[#]: author: "Laveesh Kocher https://www.opensourceforu.com/author/laveesh-kocher/"
|
||||
[#]: collector: "lkxed"
|
||||
[#]: translator: "littlebirdnest"
|
||||
[#]: reviewer: "wxy"
|
||||
[#]: publisher: "wxy"
|
||||
[#]: url: "https://linux.cn/article-15033-1.html"
|
||||
|
||||
开源照片编辑器 PhotoDemon 9.0 现已可供下载
|
||||
======
|
||||
|
||||

|
||||
|
||||
经过两年的发展,自由开源的照片编辑器 PhotoDemon 的作者已推出了 PhotoDemon 9.0。新版本增强了用户界面,内置了对 Adobe Photoshop 插件的支持,支持了新的图像格式,减少了资源使用等等。根据用户在 “<ruby>工具<rt>Tools</rt></ruby> > <ruby>选项<rt>Options</rt></ruby> > <ruby>更新<rt>Updates</rt></ruby>” 下的设置,已经安装了 PhotoDemon 9.0 可以自动收到更新推送。你也可以选择通过 “<ruby>帮助<rt>Help</rt></ruby> > <ruby>检查更新<rt>Check for Updates</rt></ruby>” 手动更新。
|
||||
|
||||
PhotoDemon 这个便携程序提供压缩包下载。解压到系统,就能启动这个照片编辑器。可能最新版本会让Windows 可能会发出 SmartScreen 警告,VirusTotal 上的两个不太知名的杀毒软件也会报毒(以上都是误报)。新的 PhotoDemon 消耗的资源比以前的版本少,这是它的优点之一。例如,它在冷启动后使用的内存也比以前的版本少 12%。
|
||||
|
||||
用过老版本的用户切换到新版本可能会立即注意到新的界面。比如大多数选项现在都以弹出的方式显示,最常用的工具显示在工具栏上。根据作者的说法,新的用户界面使用了“旧版本不到一半的垂直空间”,而且不会牺牲功能。
|
||||
|
||||
用户界面仍然可以适配各种显示分辨率,包括 1024×768 这样的传统分辨率。且新版本中打开的照片会有更多空间。在早期的版本中,照片编辑器的选择工具表现出色。最新版本中包含对多选区的支持。添加选区、减去选区和相交选区可用于组合选择,即使在多个选区处于活动状态时,你仍然能编辑刚创建的选区。
|
||||
|
||||
内容填充工具,通常称为智能对象移除或涂抹,是另一个新功能。要使用它,用户可以选择 “<ruby>编辑<rt>Edit</rt></ruby> > <ruby>内容填充<rt>Content-aware fill</rt></ruby>” 或 “<ruby>选择<rt>Select</rt></ruby> > <ruby>修复选区<rt>Heal selected region</rt></ruby>”。虽然该工具是自主操作的,也能个性化一些设置和选项。该功能既不需要人工智能也不需要互联网连接。事实上,正因为如此,如果多次运行该工具可能会带来更好的图片。
|
||||
|
||||
PhotoDemon 9.0 支持新的图像格式。新版本提供 PSP 图片、AVIF 和动画 WebP 图像的导入和导出功能。尽管有 AVIF 支持,但由于其大小,并未内置必要的编码器和解码器应用程序。用户首次加载或保存 AVIF 文件时会下载必要的数据。现在可以导入 XCF(GIMP)、SVG 和 SVGZ 格式的图像。
|
||||
|
||||
最后但同样重要的是,PhotoDemon 9.0 支持无损 “quite OK”(QOI)照片、Symbian 图像(MBM 和 AIF)、漫画书档案(CBZ)和无损 JPEG(JPEG-LS)图像。作者称最新版本中的自动优化 GIF 的功能是同类产品中最佳的。新的神经网络颜色量化器也有助于依赖调色板的图像格式。
|
||||
|
||||
PhotoDemon 9.0 的新增增强功能包括:
|
||||
|
||||
- 图像调整器提供了 12 种复杂的重采样技术的实时交互式预览。
|
||||
- 支持内置的 Adobe Photoshop 插件(8bf)。
|
||||
- 完全支持 3D LUT(三维查找表)。
|
||||
- 新效果包括渐变流、凹凸贴图、Droste 和 Truchet 贴图。
|
||||
- 改进了结晶和染色玻璃的工具。
|
||||
- 一种新的去雾工具,用于恢复“被雾霾或雾霾破坏”的照片。
|
||||
- 新的用户界面和改进的工具性能曲线。
|
||||
- 为了“更好地匹配 Photoshop 的实现”,照片滤镜工具已经过重新设计。
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
via: https://www.opensourceforu.com/2022/09/open-source-photo-editor-photodemon-9-0-is-now-available/
|
||||
|
||||
作者:[Laveesh Kocher][a]
|
||||
选题:[lkxed][b]
|
||||
译者:[littlebirdnest](https://github.com/littlebirdnest)
|
||||
校对:[wxy](https://github.com/wxy)
|
||||
|
||||
本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创编译,[Linux中国](https://linux.cn/) 荣誉推出
|
||||
|
||||
[a]: https://www.opensourceforu.com/author/laveesh-kocher/
|
||||
[b]: https://github.com/lkxed
|
||||
@@ -1,101 +0,0 @@
|
||||
[#]: subject: "The New Raspberry Pi OS Update Brings in Sweet Little Improvements"
|
||||
[#]: via: "https://news.itsfoss.com/raspberry-pi-os-sep-update/"
|
||||
[#]: author: "Rishabh Moharir https://news.itsfoss.com/author/rishabh/"
|
||||
[#]: collector: "lkxed"
|
||||
[#]: translator: "zjsoftceo"
|
||||
[#]: reviewer: " "
|
||||
[#]: publisher: " "
|
||||
[#]: url: " "
|
||||
|
||||
The New Raspberry Pi OS Update Brings in Sweet Little Improvements
|
||||
======
|
||||
Raspberry Pi OS update adds NetworkManager support along with new shortcuts.
|
||||
|
||||
![The New Raspberry Pi OS Update Brings in Sweet Little Improvements][1]
|
||||
|
||||
If you're an enthusiastic fan of the little computer, you may know that the Raspberry Pi can be used as a fully-fledged desktop computer. Not to forget, it is also at the heart of various electronic/IoT projects.
|
||||
|
||||
While many Linux distributions offer images for the Raspberry Pi, the company maintains its official OS for the Pi known as [Raspberry Pi OS][2].
|
||||
|
||||
If you didn't know, Raspberry Pi OS is based on Debian. Specifically, [Debian 11 Bullseye][3] for the current version. It is lightweight and uses LXDE as its desktop environment.
|
||||
|
||||
### Raspberry Pi OS: What's New?
|
||||
|
||||
Although the latest update is not a major one, it still brings in a few helpful additions. If you use your Raspberry Pi as a desktop PC, you will certainly welcome them.
|
||||
|
||||
Let's take a look at what the new release offers.
|
||||
|
||||
#### Quick Search Functionality for Main Menu
|
||||
|
||||
While Windows and many Linux distros already include this basic feature, Raspberry Pi OS did not have it, until now.
|
||||
|
||||
Users can hit the Raspberry Pi key or the default host key on the keyboard which will open the main menu and a new search box appears automatically once the user starts typing the name of an app to be launched.
|
||||
|
||||
The arrow up and down keys can be used to navigate the menu and the enter key to select the app.
|
||||
|
||||
![New search box for main menu][4]
|
||||
|
||||
If the user does not type anything, the main menu will function exactly the same as it does when the Raspberry Pi icon is clicked to display the apps.
|
||||
|
||||
There's no need to use the mouse cursor to open up the apps anymore.
|
||||
|
||||
#### New Keyboard Shortcuts
|
||||
|
||||
Just like the main menu, you can also bring up Wi-Fi and Bluetooth toggles by the keyboard.
|
||||
|
||||
Performing **Ctrl+Alt+W** will open the Wi-Fi menu while **Ctrl+Alt+B** is reserved for Bluetooth.
|
||||
|
||||
#### Enhanced Audio Input Control
|
||||
|
||||
The taskbar will now display two separate icons for input and output devices instead of the single default volume icon.
|
||||
|
||||
![Volume Slider][5]
|
||||
|
||||
A microphone icon will also pop up next to the speaker icon whenever an audio input device gets connected. Moreover, if multiple audio input devices are connected, users can perform a right click on the same icon to select a device from the list while a left click will display the volume control slider.
|
||||
|
||||
#### NetworkManager Support
|
||||
|
||||
NetworkManager is a popular daemon used by many Linux distros to handle networking functionality. It includes a host of features to help users tweak and configure network settings accordingly.
|
||||
|
||||
If you are curious, learn more about daemons in Linux here:
|
||||
|
||||
[What are Daemons in Linux? Why are They Used?][6]
|
||||
|
||||
For its functionality, initial support for NetworkManager as an alternate option to dhcpcd was introduced. This means that users can easily manage VPN connections without much hassle or even configure the Pi as a Wi-Fi access point.
|
||||
|
||||
![][8]
|
||||
|
||||
If you still want to try NetworkManager, there are a few advanced steps required to be followed. Users can be assured of the option to switch back to dhcpcd if they face any problems whilst using NetworkManager.
|
||||
|
||||
The [official release notes][9] includes a bit more details if you want to explore more about the release.
|
||||
|
||||
### Getting Raspberry Pi OS
|
||||
|
||||
Head over to the official downloads page linked below to download the new image.
|
||||
|
||||
You can use Raspberry Pi Imager on any of your systems to prepare a microSD card to use on a Raspberry Pi. In either case, you can separately download the Raspberry Pi OS file to get it set up.
|
||||
|
||||
[Get Raspberry Pi OS][10]
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
via: https://news.itsfoss.com/raspberry-pi-os-sep-update/
|
||||
|
||||
作者:[Rishabh Moharir][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://news.itsfoss.com/author/rishabh/
|
||||
[b]: https://github.com/lkxed
|
||||
[1]: https://news.itsfoss.com/content/images/size/w1200/2022/09/raspberry-pi-os.jpg
|
||||
[2]: https://www.raspberrypi.com/software/
|
||||
[3]: https://news.itsfoss.com/debian-11-feature/
|
||||
[4]: https://news.itsfoss.com/content/images/2022/09/menu.png
|
||||
[5]: https://news.itsfoss.com/content/images/2022/09/mic.png
|
||||
[6]: https://itsfoss.com/linux-daemons/
|
||||
[8]: https://news.itsfoss.com/content/images/2022/09/nm.png
|
||||
[9]: https://www.raspberrypi.com/news/the-latest-update-to-raspberry-pi-os/
|
||||
[10]: https://www.raspberrypi.com/software/
|
||||
@@ -1,83 +0,0 @@
|
||||
[#]: subject: "Lapce is a Fast, Lightweight Open-Source Code Editor in Making"
|
||||
[#]: via: "https://news.itsfoss.com/lapce-code-editor/"
|
||||
[#]: author: "Ankush Das https://news.itsfoss.com/author/ankush/"
|
||||
[#]: collector: "lkxed"
|
||||
[#]: translator: "geekpi"
|
||||
[#]: reviewer: " "
|
||||
[#]: publisher: " "
|
||||
[#]: url: " "
|
||||
|
||||
Lapce is a Fast, Lightweight Open-Source Code Editor in Making
|
||||
======
|
||||
Lapce is an open-source code editor built in Rust. It is in its early stages of development, but looks promising!
|
||||
|
||||
![Lapce is a Fast, Lightweight Open-Source Code Editor in Making][1]
|
||||
|
||||
There are plenty of open-source code editors available for Linux.
|
||||
|
||||
What would you think about another option: A **Rust-based** open source code editor focusing on performance?
|
||||
|
||||
It should be **exciting**, right?
|
||||
|
||||
Lapce is one such project in development that aims to present a feature-rich and fast code editor as an alternative to Microsoft's Visual Studio Code.
|
||||
|
||||
The developer also mentions that it was inspired by [Xi-editor][2] (which is no longer in active development).
|
||||
|
||||
### Lapce at its Pre-Alpha Stage
|
||||
|
||||
![lapce editor][3]
|
||||
|
||||
Although Lapce is not yet a complete offering, it has much to offer.
|
||||
|
||||
So, seeing what we get as the stable releases approach closer should be interesting.
|
||||
|
||||
The features worth highlighting include:
|
||||
|
||||
* Command palette (quick actions).
|
||||
* Customize the UI font, header height, font shadow, scroll width, etc.
|
||||
* Built-in terminal.
|
||||
* Vim-like modal editing.
|
||||
* Connect to a remote computer.
|
||||
* Code syntax highlighting, code completion, and similar essentials.
|
||||
* Plugin system.
|
||||
* Dark/light mode.
|
||||
|
||||
While it focuses on performance, it looks good in terms of user experience (even though it is incomplete).
|
||||
|
||||
![][4]
|
||||
|
||||
If users get access to all the essential features one expects in a code editor, and a better-performing application, Lapce can be a popular choice in no time.
|
||||
|
||||
### Download Lapce
|
||||
|
||||
Lapce is available for Linux, macOS, and Windows as a pre-alpha build.
|
||||
|
||||
For Linux, you just need to download and extract the tar.gz package and run the Lapce executable available using the GUI or the terminal.
|
||||
|
||||
It is under heavy development at the moment. You can download the package for your platform and test it, but you should expect bugs and new releases soon enough. Explore its [GitHub page][5] for more information.
|
||||
|
||||
[Lapce][6]
|
||||
|
||||
I tried it on Pop!_OS 22.04 LTS, and noticed the UI freezing a couple of times. However, the functionalities that it provides seem impressive.
|
||||
|
||||
💬 *What are your thoughts on Lapce as an open-source code editor built in Rust? Do you think you will consider it over your current favorite? Share what you think in the comments below.*
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
via: https://news.itsfoss.com/lapce-code-editor/
|
||||
|
||||
作者:[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://news.itsfoss.com/author/ankush/
|
||||
[b]: https://github.com/lkxed
|
||||
[1]: https://news.itsfoss.com/content/images/size/w1200/2022/09/lapce-editor.png
|
||||
[2]: https://github.com/xi-editor/xi-editor
|
||||
[3]: https://news.itsfoss.com/content/images/2022/09/lapce-screenshot.png
|
||||
[4]: https://news.itsfoss.com/content/images/2022/09/lapce-code-edit.png
|
||||
[5]: https://github.com/lapce/lapce
|
||||
[6]: https://lapce.dev/
|
||||
@@ -2,7 +2,7 @@
|
||||
[#]: via: "https://opensource.com/article/22/9/recover-linux-system-live-usb"
|
||||
[#]: author: "David Both https://opensource.com/users/dboth"
|
||||
[#]: collector: "lkxed"
|
||||
[#]: translator: " "
|
||||
[#]: translator: "geekpi"
|
||||
[#]: reviewer: " "
|
||||
[#]: publisher: " "
|
||||
[#]: url: " "
|
||||
|
||||
@@ -1,271 +0,0 @@
|
||||
[#]: subject: "11 Interesting Firefox Add-ons to Improve Your Browsing Experience"
|
||||
[#]: via: "https://itsfoss.com/firefox-add-ons/"
|
||||
[#]: author: "Pratham Patel https://itsfoss.com/author/pratham/"
|
||||
[#]: collector: "lkxed"
|
||||
[#]: translator: "gpchn"
|
||||
[#]: reviewer: " "
|
||||
[#]: publisher: " "
|
||||
[#]: url: " "
|
||||
|
||||
11 Interesting Firefox Add-ons to Improve Your Browsing Experience
|
||||
======
|
||||
|
||||
I think we can all agree that Firefox is one of the [best browsers for Linux][1].
|
||||
|
||||
And, as a cherry on top, you can enhance your browsing experience with some extensions! Maybe even isolate Facebook? 😉
|
||||
|
||||
Before I suggest some awesome Firefox add-ons, let me give you some pointers.
|
||||
|
||||
### Things to Know Before Installing a Firefox Add-on
|
||||
|
||||
One thing that we all know is that [blindly installing browser extensions can be extremely harmful][2]. So how do you determine if a browser extension is safe to use?
|
||||
|
||||
Since this article is about Firefox add-ons, we focus on Firefox’s *marketplace* (the official place to get the add-ons).
|
||||
|
||||
While nothing is 100% bug-free/secure, there are a few things one can check:
|
||||
|
||||
![An ideal Firefox add-on that is safe to use.][3]
|
||||
|
||||
* [Add-on Badges][4]: Look for ‘Recommended‘ or ‘By Firefox‘ badges; ignore add-ons with includes a caution badge/icon.
|
||||
* Starts, Reviews: While this alone doesn’t give much assurance, this is one thing that you can consider among other aspects. Also, focusing on the number of reviews can help you know if it’s popular enough among users.
|
||||
* [Add-on Permissions][5]: Some add-ons will require permissions like ‘Access browser tabs‘, ‘Access browser activity during navigation‘, etc. Make note of this and decide your level of comfort for which permission is being used.
|
||||
* Last updated date: Sometimes, even good, well-known extensions are not updated. This is okay, but for stuff like Password Managers, Ad blockers, this is a big deal. An add-on that’s over 2 months old should always be used with caution.
|
||||
* Add-on Publisher: Always make sure that the publisher of the add-on is someone you trust, or has published an add-on that you already trust.
|
||||
|
||||
With that said, let us take a look at a few of the extensions that improves your web browsing experience.
|
||||
|
||||
**Also Read**: [9 Open Source Add-Ons to Improve Your Mozilla Firefox Experience][6]
|
||||
|
||||
### 1. Facebook Container
|
||||
|
||||
![facebook container][7]
|
||||
|
||||
**Key Highlights:**
|
||||
|
||||
* Made by the Mozilla Firefox team
|
||||
* Has an average 4.5-star rating (with 3,500+ reviews)
|
||||
* Regularly updated
|
||||
|
||||
Everyone hates Facebook, but rarely anyone is willing to remove Facebook’s tracking elements from their own website. So Mozilla pulled a Thanos moment – “Fine. I’ll do it myself” and created this add-on for Firefox users.
|
||||
|
||||
As the name suggests, an isolated container (not related to Docker) is created for Facebook. All the Facebook-related stuff happens inside this isolated container. This ends up making it harder for the social media giant to track you.
|
||||
|
||||
[Install Facebook Container][8]
|
||||
|
||||
### 2. uBlock Origin
|
||||
|
||||
![ublockorigin firefox 1][9]
|
||||
|
||||
**Key Highlights:**
|
||||
|
||||
* Mozilla’s Recommended extension.
|
||||
* Average rating of 4.8 stars (14,000+ reviews).
|
||||
* Regularly updated.
|
||||
|
||||
uBlock Origin is one of the most well-known and trusted “ad blocking” add-ons for Firefox. Yes, it is primarily used for blocking ads, but because its basic task is to block elements in your web browser, it can block a lot of items. Advertisements, yes, but also web trackers, cryptocurrency miners, pop-ups, etc.
|
||||
|
||||
Though its permissions may seem a bit excessive, there is a reason behind it. The add-on needs permissions like ‘*Access browser activity during navigation*‘ and ‘*Access your data for all websites*‘ so that it can assess every query and block ones that seem harmful or useless.
|
||||
|
||||
[Install uBlock Origin][10]
|
||||
|
||||
### 3. Bitwarden
|
||||
|
||||
![Bitwarden's demonstration photo][11]
|
||||
|
||||
**Key Highlights**:
|
||||
|
||||
* Mozilla’s Recommended extension.
|
||||
* Average rating of 4.8 stars (with 6000+ reviews).
|
||||
|
||||
Bitwarden should be the go-to password manager for everyone. It has free sync support for mobile, web (browser), and desktop, can also store notes securely, helps generate usernames **and** passwords, auto-fills user info, and much more. On top of that, [it is made available under the GPL-3.0 License][12]. Who doesn’t love free and open source software?
|
||||
|
||||
Bitwarden has everything that *I would look for* in a password manager. It costs just $10, if you want to upgrade to its premium plan and not self-host it. I highly recommend its Firefox add-on!
|
||||
|
||||
[Install Bitwarden][13]
|
||||
|
||||
### 4. LanguageTool
|
||||
|
||||
![Demonstration of how the LanguageTool Add-on works][14]
|
||||
|
||||
**Key Highlights:**
|
||||
|
||||
* Mozilla’s Recommended extension.
|
||||
* An average rating of 4.7 stars (2900+ reviews).
|
||||
* Regularly updated.
|
||||
|
||||
Are you someone who wants an open-source alternative to [Grammarly][15]? While I don’t have any issues using Grammarly, something that I really like and prefer is free and open-source software. LanguageTool is an excellent tool one can use for checking grammar inconsistencies like spelling errors, using a different spelling (color vs colour), commonly confused words (then vs than) and you also get a thesaurus with it.
|
||||
|
||||
In my experience of using this add-on, it has worked reliably on almost all text fields. No issues there. The two biggest features of this add-on are as follows:
|
||||
|
||||
* More than 25 languages are supported. Supported languages are listed at the bottom of the ‘About this extension’ section.
|
||||
* No registration is necessary to use this add-on!
|
||||
|
||||
[Install LanguageTool][16]
|
||||
|
||||
### 5. Tranquility Reader
|
||||
|
||||
![firefox tanquility][17]
|
||||
|
||||
Picture this, you are reading an article on the Internet. There are two banner ads on the top and bottom of the webpage. There are ads on the whole right side. On top of the bottom ad banner is a video playing automatically. You turn on the ad blocker. But the video continues to play. The banners don’t have ads in them, but they still use up valuable screen real estate. Bothered much?
|
||||
|
||||
Don’t be too bothered. Behold, the **Tranquility Reader** add-on for Firefox. This extension removes “extra” elements like photos, videos, ads, social media share buttons, etc. It gives you a clean UI with nothing but text, so you can focus on reading.
|
||||
|
||||
The Tranquility Reader add-on has the following stats:
|
||||
|
||||
* Mozilla’s Recommended extension.
|
||||
* Has an average rating of 4.6 stars (with 200 reviews).
|
||||
* Not frequently updated but actively maintained.
|
||||
|
||||
[Install Tranquility Reader][18]
|
||||
|
||||
### 6. Enhancer for YouTube
|
||||
|
||||
![A feature of the Enhancer for YouTube Add-on being portrayed.][19]
|
||||
|
||||
**Key Highlights:**
|
||||
|
||||
* Mozilla’s Recommended extension.
|
||||
* Average 4.7-star rating (9,000+ reviews).
|
||||
|
||||
Enhancer for Youtube add-on for Firefox is one of its kind. It adds a few buttons to the YouTube player, allowing for greater customization. You get things like changing the resolution, controlling playback speed, controlling audio volume level with the mouse scroll wheel, and much, much more.
|
||||
|
||||
You can find more information about the extension on its [official webpage][20].
|
||||
|
||||
[Install Enhancer for YouTube][21]
|
||||
|
||||
### 7. Tomato Clock
|
||||
|
||||
![tomato time management][22]
|
||||
|
||||
Keeping a track of your time, productivity and sanity is crucial when you are browsing the internet. Especially when you are researching a topic and go down a rabbit hole. You deserve a break, but you will be so entrenched that you may lose track of time.
|
||||
|
||||
The Tomato Clock add-on is exactly what its name suggests. It is a clock timer. A “tomato” is 25 minutes long, which feels either long or short depending on your mental engagement with the content displayed on the screen. Upon completion of 25 minutes, you will get a browser notification, notifying you about the ever-passing of time.
|
||||
|
||||
**Key Highlights:**
|
||||
|
||||
* Mozilla’s Recommended extension.
|
||||
* It has an average rating of 4.5 stars (with 300+ reviews weighing in)
|
||||
* Source code released under the GPL v3.0 License
|
||||
|
||||
[Install Tomato Clock][23]
|
||||
|
||||
### 8. Search by Image
|
||||
|
||||
![Demonstration of the 'Capture' feature of the Search by Image Add-on for Firefox.][24]
|
||||
|
||||
**Key Highlights**:
|
||||
|
||||
* Mozilla’s Recommended extension.
|
||||
* Average rating of 4.6 stars (1,100+ reviews)
|
||||
* Respectable [privacy][25] [policy][26] for the media you upload.
|
||||
|
||||
When you search for the term “Red Lamborghini”, you get images of a red-colored Lamborghini. But, what if you didn’t know what car it was? This add-on allows you to search for images, using the image–instead of textual terms–and shows similar results or the source of origin for that image.
|
||||
|
||||
You have the following ways of choosing an image for a search:
|
||||
|
||||
* Select URL: This allows you to just click on an image that is displayed on the web page.
|
||||
* Capture: Clip a specific area of the web page for a reverse image search.
|
||||
* Browse: Upload an existing image from the computer’s local drive (instead of the web page).
|
||||
* URL: Paste in an image URL (from a different web page) for a reverse image search.
|
||||
|
||||
[Install Search by Image][27]
|
||||
|
||||
### 9. Dictionary Anywhere
|
||||
|
||||
![The Dictionary Anywhere Add-on showing meaning for selected word.][28]
|
||||
|
||||
**Key Highlights:**
|
||||
|
||||
* Mozilla’s Recommended extension.
|
||||
* Average 4.3-star rating (with around 260 reviews).
|
||||
* Not regularly updated.
|
||||
|
||||
Having an accessible dictionary is never a bad thing! I’ve certainly been spoilt by the “force touch to look-up” feature of macOS. The Dictionary Anywhere add-on for Firefox really makes up for it when I am on my desktop, using Linux. All I need to do to get a word’s definition is to double-click on the word, and the definition pops up!
|
||||
|
||||
For the moment, the only supported languages are English, Spanish, German and French. Please note that this extension will NOT work with Firefox’s reader mode. That is because scripts are not allowed to be executed in this mode.
|
||||
|
||||
A slight downside is that this makes it slightly annoying to ‘double click and select a whole word’ in an editable text field. A small price to pay for salvation.
|
||||
|
||||
Also, if you want an actively maintained extension, this will disappoint you.
|
||||
|
||||
[Install Dictionary Anywhere][29]
|
||||
|
||||
### 10. Vimium-FF
|
||||
|
||||
![vimium firefox][30]
|
||||
|
||||
**Key Highlights:**
|
||||
|
||||
* Average rating of 4.8 stars (with 400+ reviews)
|
||||
* Experimental extension.
|
||||
|
||||
If you are a Vim user, do I really need to explain this to you? Go try it for yourself! You’ll thank me later.
|
||||
|
||||
For those who don’t know what this add-on does, it allows you to navigate around Firefox solely using the Vim-style keys. Pressing the J key scrolls down, pressing the K key scrolls up, pressing the X key closes the current tab, pressing the T key opens a new tab, and a variety of other keyboard shortcuts.
|
||||
|
||||
While this add-on has the ‘**Experimental**‘ badge, I have had no problems with it in my experience of using it over the last year or two.
|
||||
|
||||
[Install Vimium-FF][31]
|
||||
|
||||
### 11. FireShot
|
||||
|
||||
![fireshot][32]
|
||||
|
||||
FireShot is a very simple Firefox add-on. It allows you to capture the full web pages into a single, long image or as a PDF file. On top of that, you can annotate too (hahaha)! Although annotation only works on Windows, that’s a bummer!
|
||||
|
||||
It **does not have a “Recommended” badge** by Firefox. So, you can explore more about it on its add-on page before you decide to use it.
|
||||
|
||||
[Install FireShot][33]
|
||||
|
||||
### Wrapping Up
|
||||
|
||||
This article covers a wide range of add-ons for Firefox that I think should help improve your web browsing experience.
|
||||
|
||||
What is your favorite Firefox extension? Let me know your thoughts in the comments below.
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
via: https://itsfoss.com/firefox-add-ons/
|
||||
|
||||
作者:[Pratham Patel][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/pratham/
|
||||
[b]: https://github.com/lkxed
|
||||
[1]: https://itsfoss.com/best-browsers-ubuntu-linux/
|
||||
[2]: https://www.bleepingcomputer.com/news/security/chrome-extensions-with-14-million-installs-steal-browsing-data/
|
||||
[3]: https://itsfoss.com/wp-content/uploads/2022/09/bitwarden-firefox-add-on.jpg
|
||||
[4]: https://support.mozilla.org/en-US/kb/add-on-badges
|
||||
[5]: https://support.mozilla.org/en-US/kb/permission-request-messages-firefox-extensions
|
||||
[6]: https://itsfoss.com/best-firefox-add-ons/
|
||||
[7]: https://itsfoss.com/wp-content/uploads/2022/09/facebook-container.jpg
|
||||
[8]: https://addons.mozilla.org/en-US/firefox/addon/facebook-container/
|
||||
[9]: https://itsfoss.com/wp-content/uploads/2022/09/ublockorigin-firefox-1.jpg
|
||||
[10]: https://addons.mozilla.org/en-US/firefox/addon/ublock-origin/
|
||||
[11]: https://itsfoss.com/wp-content/uploads/2022/09/03-bitwarden.webp
|
||||
[12]: https://github.com/bitwarden/clients/blob/master/LICENSE.txt
|
||||
[13]: https://addons.mozilla.org/en-US/firefox/addon/bitwarden-password-manager/
|
||||
[14]: https://itsfoss.com/wp-content/uploads/2022/09/04-languagetool.webp
|
||||
[15]: https://www.grammarly.com/
|
||||
[16]: https://addons.mozilla.org/en-US/firefox/addon/languagetool/
|
||||
[17]: https://itsfoss.com/wp-content/uploads/2022/09/firefox-tanquility.jpg
|
||||
[18]: https://addons.mozilla.org/en-US/firefox/addon/tranquility-1/
|
||||
[19]: https://itsfoss.com/wp-content/uploads/2022/09/06-enhancer-for-yt.webp
|
||||
[20]: https://www.mrfdev.com/how-to-use-enhancer-for-youtube
|
||||
[21]: https://addons.mozilla.org/en-GB/firefox/addon/enhancer-for-youtube
|
||||
[22]: https://itsfoss.com/wp-content/uploads/2022/09/tomato-time-management.jpg
|
||||
[23]: https://addons.mozilla.org/en-US/firefox/addon/tomato-clock/
|
||||
[24]: https://itsfoss.com/wp-content/uploads/2022/09/08-src-by-img.webp
|
||||
[25]: https://addons.mozilla.org/en-US/firefox/addon/search_by_image/privacy/
|
||||
[26]: https://addons.mozilla.org/en-US/firefox/addon/search_by_image/privacy/
|
||||
[27]: https://addons.mozilla.org/en-US/firefox/addon/search_by_image/
|
||||
[28]: https://itsfoss.com/wp-content/uploads/2022/09/09-dict-anywhere.webp
|
||||
[29]: https://addons.mozilla.org/en-GB/firefox/addon/dictionary-anyvhere/
|
||||
[30]: https://itsfoss.com/wp-content/uploads/2022/01/vimium-firefox.png
|
||||
[31]: https://addons.mozilla.org/en-GB/firefox/addon/vimium-ff/
|
||||
[32]: https://itsfoss.com/wp-content/uploads/2022/09/fireshot.jpg
|
||||
[33]: https://addons.mozilla.org/en-GB/firefox/addon/fireshot/
|
||||
@@ -1,49 +0,0 @@
|
||||
[#]: subject: "Open Source PhotoDemon 9.0 Is Now Available For Download"
|
||||
[#]: via: "https://www.opensourceforu.com/2022/09/open-source-photo-editor-photodemon-9-0-is-now-available/"
|
||||
[#]: author: "Laveesh Kocher https://www.opensourceforu.com/author/laveesh-kocher/"
|
||||
[#]: collector: "lkxed"
|
||||
[#]: translator: "littlebirdnest"
|
||||
[#]: reviewer: " "
|
||||
[#]: publisher: " "
|
||||
[#]: url: " "
|
||||
|
||||
开源照片编辑器 PhotoDemon 9.0 现已可供下载
|
||||
======
|
||||
经过两年的发展,免费和开源的照片编辑器 PhotoDemon 的作者已推出了 PhotoDemon 9.0。新版本增强了用户界面,内置了对 Adobe Photoshop 插件的支持,支持了新的图像格式,减少了资源使用等等。已经安装了****PhotoDemon 9.0****的用户会在 Tools > Options > Updates,收到更新推送。你也可以在select Help > Check for Updates手动更新。
|
||||
|
||||
PhotoDemon 这个轻量级程序,提供压缩包下载,然后解压到系统,就能启动照片编辑器。可能最新版本会让Windows 可能会发出 SmartScreen 警告,如果安装了杀毒软件也会报毒(以上都是误报)。新的 PhotoDemon 消耗的资源比以前的版本少,这是它的优点之一。还有就是,它在冷启动后使用的内存也比以前的版本少 12%。
|
||||
|
||||
用过老版本的用户切换到新的版本可能会立即注意到新的界面。比如都以弹出的方式显示选项,最常用的工具显示在工具栏上。根据作者的说法,‘新的用户界面只有旧版本一半”,而且不会牺牲功能。
|
||||
|
||||
用户界面一直适配各种显示分辨率,包括 1024×768 等传统分辨率。且新版本中打开的照片会有更多空间。在早期的版本中,照片编辑器的选择工具表现出色。最新版本中包含对多选区的支持。添加选区、减去选取和相交选取可用于组合选择,即使在多个选区处于活动状态时,你仍然能编辑刚创建的选取。
|
||||
|
||||
内容填充工具,通常称为智能对象移除或修复,是另一个新功能。要使用它,用户可以选择 Edit > Content-aware fill or Select > Heal selected region。默认该工具自动运行,也能个性化一些设置和选项。该功能既不需要人工智能也不需要互联网连接。事实上,正因为如此,如果多次该工具可能会带来更好的图片。
|
||||
|
||||
PhotoDemon 9.0 支持新的图像格式。新版本提供 PSP 图片、AVIF 和动画 WebP 图像的导入和导出功能。尽管有 AVIF 支持,但由于程序的大小,必要的编码器和解码器应用程序并未内置。用户首次加载或保存 AVIF 文件时会下载必要的数据。现在可以导入 XCF (GIMP)、SVG 和 SVGZ 格式的图像。
|
||||
|
||||
最后但同样重要的是,PhotoDemon 9.0 支持无损“相当不错”(QOI)照片、Symbian 图像(MBM 和 AIF)、漫画书档案(CBZ)和无损 JPEG(JPEG-LS)图像。作者将最新版本中自动优化GIF的功能称之为全场最佳。新的神经网络颜色编辑器也有助于依赖调色板的图像格式。
|
||||
|
||||
PhotoDemon 9.0 的新增增强功能包括:
|
||||
|
||||
- Image Resizer 为 12 种复杂的重采样技术提供实时交互式预览。
|
||||
- 支持内置的 Adobe Photoshop 插件 (8bf)。
|
||||
- 完全支持 3D LUT(三维查找表)。
|
||||
- 新效果包括渐变流、凹凸贴图、Droste 和 Truchet Tiles。
|
||||
- • 改进了结晶和染色玻璃的工具。
|
||||
- 一种新的去雾工具,用于恢复“被雾霾或雾霾破坏”的照片。
|
||||
- 新的用户界面和改进的工具性能曲线。
|
||||
- 为了“更好地匹配 Photoshop 的实现”,照片滤镜工具已经过重新设计。
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
via: https://www.opensourceforu.com/2022/09/open-source-photo-editor-photodemon-9-0-is-now-available/
|
||||
|
||||
作者:[Laveesh Kocher][a]
|
||||
选题:[lkxed][b]
|
||||
译者:[littlebirdnest](https://github.com/译者ID)
|
||||
校对:[校对者ID](https://github.com/校对者ID)
|
||||
|
||||
本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创编译,[Linux中国](https://linux.cn/) 荣誉推出
|
||||
|
||||
[a]: https://www.opensourceforu.com/author/laveesh-kocher/
|
||||
[b]: https://github.com/lkxed
|
||||
@@ -0,0 +1,83 @@
|
||||
[#]: subject: "Lapce is a Fast, Lightweight Open-Source Code Editor in Making"
|
||||
[#]: via: "https://news.itsfoss.com/lapce-code-editor/"
|
||||
[#]: author: "Ankush Das https://news.itsfoss.com/author/ankush/"
|
||||
[#]: collector: "lkxed"
|
||||
[#]: translator: "geekpi"
|
||||
[#]: reviewer: " "
|
||||
[#]: publisher: " "
|
||||
[#]: url: " "
|
||||
|
||||
Lapce 是一个开发中的快速、轻量级的开源代码编辑器
|
||||
======
|
||||
Lapce 是一个用 Rust 构建的开源代码编辑器。它正处于早期开发阶段,但看起来很有前途!
|
||||
|
||||
![Lapce 是一个正在开发中的快速、轻量级的开源代码编辑器][1]
|
||||
|
||||
有很多开源的代码编辑器可用于 Linux。
|
||||
|
||||
你对另一种选择有什么看法:一个专注于性能的**基于 Rust 的**开源代码编辑器?
|
||||
|
||||
它应该是**激动人心**的,对吗?
|
||||
|
||||
Lapce 就是这样一个正在开发的项目,它的目标是提出一个功能丰富、速度快的代码编辑器,作为微软的 Visual Studio Code 的替代品。
|
||||
|
||||
开发者还提到,它的灵感来自于 [Xi-editor][2](它已不再处于活跃的开发状态)。
|
||||
|
||||
### Lapce 在其 pre-alpha 阶段
|
||||
|
||||
![lapce 编辑器][3]
|
||||
|
||||
虽然 Lapce 还不是一个完整的产品,但它有很多东西可以提供。
|
||||
|
||||
因此,随着稳定版本的接近,我们得到的东西应该是有趣的。
|
||||
|
||||
值得强调的功能包括:
|
||||
|
||||
* 命令面板(快速操作)。
|
||||
* 自定义用户界面字体、标题高度、字体阴影、滚动宽度等。
|
||||
* 内置终端。
|
||||
* 类似 Vim 的模态编辑。
|
||||
* 连接到一个远程计算机。
|
||||
* 代码语法高亮,代码不全,以及类似功能。
|
||||
* 插件系统。
|
||||
* 深色/浅色模式。
|
||||
|
||||
虽然它专注于性能,但在用户体验方面看起来不错(尽管它不完整)。
|
||||
|
||||
![][4]
|
||||
|
||||
如果用户能够获得一个代码编辑器所期望的所有基本功能,以及一个性能更好的应用,Lapce 很快就会成为一个受欢迎的选择。
|
||||
|
||||
### 下载 Lapce
|
||||
|
||||
Lapce 在 Linux、macOS 和 Windows 中有 pre-alpha 版本。
|
||||
|
||||
对于 Linux,你只需要下载并解压 tar.gz 包,然后使用 GUI 或终端运行 Lapce 可执行文件。
|
||||
|
||||
目前,它正在积极开发中。你可以为你的平台下载软件包并进行测试,但你应该预期会出现 bug 和新的版本。探索它的 [GitHub 页面][5]以获得更多信息。
|
||||
|
||||
[Lapce][6]
|
||||
|
||||
我在 Pop!\_OS 22.04 LTS 上试用了它,发现用户界面冻结了几次。然而,它所提供的功能似乎令人印象深刻。
|
||||
|
||||
💬 *你对 Lapce 作为一个用 Rust 构建的开源代码编辑器有什么看法?你认为你会考虑它而不是你目前的最爱吗?请在下面的评论中分享你的想法。*
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
via: https://news.itsfoss.com/lapce-code-editor/
|
||||
|
||||
作者:[Ankush Das][a]
|
||||
选题:[lkxed][b]
|
||||
译者:[geekpi](https://github.com/geekpi)
|
||||
校对:[校对者ID](https://github.com/校对者ID)
|
||||
|
||||
本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创编译,[Linux中国](https://linux.cn/) 荣誉推出
|
||||
|
||||
[a]: https://news.itsfoss.com/author/ankush/
|
||||
[b]: https://github.com/lkxed
|
||||
[1]: https://news.itsfoss.com/content/images/size/w1200/2022/09/lapce-editor.png
|
||||
[2]: https://github.com/xi-editor/xi-editor
|
||||
[3]: https://news.itsfoss.com/content/images/2022/09/lapce-screenshot.png
|
||||
[4]: https://news.itsfoss.com/content/images/2022/09/lapce-code-edit.png
|
||||
[5]: https://github.com/lapce/lapce
|
||||
[6]: https://lapce.dev/
|
||||
@@ -0,0 +1,271 @@
|
||||
[#]: subject: "11 Interesting Firefox Add-ons to Improve Your Browsing Experience"
|
||||
[#]: via: "https://itsfoss.com/firefox-add-ons/"
|
||||
[#]: author: "Pratham Patel https://itsfoss.com/author/pratham/"
|
||||
[#]: collector: "lkxed"
|
||||
[#]: translator: "gpchn"
|
||||
[#]: reviewer: " "
|
||||
[#]: publisher: " "
|
||||
[#]: url: " "
|
||||
|
||||
11个有趣的火狐浏览器扩展,改善您的浏览体验
|
||||
======
|
||||
|
||||
我想我们都同意,Firefox 是 [Linux的最佳浏览器][1] 之一。
|
||||
|
||||
而且锦上添花的是,您可以用一些扩展来提高您的浏览体验! 甚至可以隔离 Facebook ?😉
|
||||
|
||||
在我推荐一些优秀的的火狐浏览器扩展之前,让我给您一些提示。
|
||||
|
||||
### 安装 Firefox 扩展前须知
|
||||
|
||||
我们都知道的一件事是 [盲目地安装浏览器扩展可能是极其有害的][2]。那么如何确定浏览器扩展是否可以安全使用?
|
||||
|
||||
由于本文是关于 Firefox 扩展的,我们将重点放在 Firefox 的 *marketplace*(获取扩展的官方渠道)。
|
||||
|
||||
虽然没有什么是 100% 安全的,但有几件事可以检查:
|
||||
|
||||
![一个理想的可以安全使用的 Firefox 插件][3]
|
||||
|
||||
* [扩展徽章][4]:寻找“推荐”或“火狐”徽章;忽略包含警告徽章/图标的附加组件。
|
||||
* 菜单和评论:虽然仅此一项并不能提供太多保证,但这是您可以在其他方面考虑的一件事。此外,关注评论数量可以帮助您了解它在用户中是否足够受欢迎。
|
||||
* [附加组件权限][5]:某些附加组件需要诸如“访问浏览器选项卡”、“在导航期间访问浏览器活动”等权限。记下这一点并确定您对哪些权限的舒适程度用过的。
|
||||
* 最后更新日期:有时,即使是优秀的、知名的扩展也不会更新。这没关系,但对于像密码管理器、广告拦截器这样的东西来说,这很重要。应始终谨慎使用超过 2 个月的插件。
|
||||
* 附加组件发布者:始终确保附加组件的发布者是您信任的人,或者已经发布了您已经信任的附加组件。
|
||||
|
||||
话虽如此,让我们来看看一些可以改善您的网络浏览体验的扩展。
|
||||
|
||||
**另请阅读**:[9 个开源插件可改善您的 Mozilla Firefox 体验][6]
|
||||
|
||||
### 1. Facebook Container
|
||||
|
||||
![Facebook Container][7]
|
||||
|
||||
**主要亮点:**
|
||||
|
||||
* 由 Mozilla Firefox 团队制作
|
||||
* 平均评分为 4.5 星(3,500 多条评论)
|
||||
* 定期更新
|
||||
|
||||
每个人都讨厌 Facebook,但很少有人愿意从自己的网站上删除 Facebook 的跟踪元素。 所以 Mozilla 引用了一个灭霸的片段 —— “好吧,我自己做”,并为 Firefox 用户创建了这个插件。
|
||||
|
||||
顾名思义,为 Facebook 创建了一个隔离容器(与 Docker 无关)。 所有与 Facebook 相关的东西都发生在这个孤立的容器中。 这最终使社交媒体巨头更难追踪您。
|
||||
|
||||
[安装 Facebook Container][8]
|
||||
|
||||
### 2. uBlock Origin
|
||||
|
||||
![ublock origin firefox 1][9]
|
||||
|
||||
**主要亮点:**
|
||||
|
||||
* Mozilla 推荐扩展
|
||||
* 4.8 星的平均评分(14,000 多条评论)
|
||||
* 定期更新
|
||||
|
||||
uBlock Origin 是 Firefox 最知名和最受信任的“广告拦截”插件之一。 是的,它主要用于屏蔽广告,但因为它的基本任务是屏蔽您的网络浏览器中的元素,所以它可以屏蔽很多项目。 广告,是的,还有网络跟踪器、加密货币矿工、弹出窗口等。
|
||||
|
||||
虽然它的权限可能看起来有点过分,但它背后是有原因的。 该插件需要“*在导航期间访问浏览器活动*”和“*访问所有网站的数据*”等权限,以便它可以评估每个查询并阻止那些看起来有害或无用的查询。
|
||||
|
||||
[安装uBlock Origin][10]
|
||||
|
||||
### 3. Bitwarden
|
||||
|
||||
![Bitwarden 演示][11]
|
||||
|
||||
**主要亮点:**
|
||||
|
||||
* Mozilla 推荐扩展
|
||||
* 平均评分为 4.8 星(6000 多条评论)
|
||||
|
||||
Bitwarden 应该是每个人的首选密码管理器。它为移动端、网页端和pc端提供免费同步支持,还可以安全地存储笔记,帮助生成用户名**和**密码,自动填充用户信息等等。最重要的是,[它使用 GPL-3.0 许可证][12]。谁不喜欢免费和开源软件?
|
||||
|
||||
Bitwarden 拥有*我会在密码管理器中寻找*的一切。如果您想升级到高级版,只需 10 美元。 我强烈推荐这个 Firefox 插件!
|
||||
|
||||
[安装 Bitwarden][13]
|
||||
|
||||
### 4. LanguageTool
|
||||
|
||||
![LanguageTool 插件使用演示][14]
|
||||
|
||||
**主要亮点:**
|
||||
|
||||
* Mozilla 推荐扩展
|
||||
* 平均评分为 4.7 星(2900 多条评论)
|
||||
* 定期更新
|
||||
|
||||
您是否想要 [Grammarly][15] 的开源替代品?虽然我在使用 Grammarly 时没有任何问题,但我真正喜欢和喜欢的是免费和开源软件。LanguageTool 是一款出色的工具,可用于检查拼写错误等语法不一致、使用不同的拼写(color 与 colour)、常见的混淆词(then 与 than),您还可以使用它获得同义词库。
|
||||
|
||||
根据我使用此插件的经验,它几乎可以在所有文本上可靠地工作。毫无问题。该插件最大的两个特点如下:
|
||||
|
||||
* 支持超过 25 种语言。支持的语言列在“关于此扩展程序”部分的底部。
|
||||
* 使用此插件无需注册!
|
||||
|
||||
[安装 LanguageTool][16]
|
||||
|
||||
### 5. Tranquikity Reader
|
||||
|
||||
![firefox tanquility][17]
|
||||
|
||||
想象一下,您正在阅读互联网上的一篇文章,网页顶部和底部有两个横幅广告,整个右侧都是广告,底部的广告横幅是自动播放的视频。您打开广告拦截器,但视频继续播放。有时横幅中没有广告,但它们仍然占用了宝贵的屏幕空间。您是否感觉很烦恼?
|
||||
|
||||
别担心,看,Firefox 的 **Tranquility Reader** 插件可以解决这个问题。此扩展程序删除了“额外”元素,如照片、视频、广告、社交媒体共享按钮等。它为您提供了一个干净的 UI,只有文本,因此您可以专注于阅读。
|
||||
|
||||
Tranquility Reader 插件具有以下统计信息:
|
||||
|
||||
* Mozilla 推荐扩展
|
||||
* 平均评分为 4.6 星(200 条评论)
|
||||
* 不经常更新但积极维护
|
||||
|
||||
[安装Tranquility][18]
|
||||
|
||||
### 6. Enhancer for YouTube
|
||||
|
||||
![Enhancer for YouTube 一项功能的演示][19]
|
||||
|
||||
**主要亮点:**
|
||||
|
||||
* Mozilla 推荐扩展
|
||||
* 平均 4.7 星评级(9,000 多条评论)
|
||||
|
||||
它是 Firefox 中众多 Youtube 增强插件之一。它为 YouTube 播放器添加了一些按钮,允许进行更多的自定义。 您可以获得诸如更改分辨率、控制播放速度、使用鼠标滚轮控制音频音量等功能。
|
||||
|
||||
您可以在其 [官方网页][20] 上找到有关该扩展程序的更多信息。
|
||||
|
||||
[安装 Enhancer for YouTube][21]
|
||||
|
||||
### 7. Tomato Clock
|
||||
|
||||
![Tomato Clock][22]
|
||||
|
||||
当您上网时,跟踪您的时间、生产力和理智是至关重要的。尤其是当您正在研究一个主题并陷入困境时,您应该休息一下,但您会过于投入,以至于您可能会忘记时间。
|
||||
|
||||
Tomato Clock 插件正如它的名字,它是一个时钟定时器。一个“番茄”有 25 分钟长,根据您对屏幕上显示的内容的心理投入,感觉是长是短。完成 25 分钟后,您将收到一个浏览器通知,通知您时间的流逝。
|
||||
|
||||
**主要亮点:**
|
||||
|
||||
* Mozilla 推荐扩展
|
||||
* 它的平均评分为 4.5 星(300 多条评论)
|
||||
* 使用 GPL v3.0 许可证
|
||||
|
||||
[安装 Tomato Clock][23]
|
||||
|
||||
### 8.
|
||||
|
||||
![演示Firefox的图片搜索插件的“捕获”功能。][24] 。
|
||||
|
||||
**关键亮点:**
|
||||
|
||||
* Mozilla 推荐扩展
|
||||
* 平均评分为4.6星(1,100多个评论)
|
||||
* 对您上传的媒体有值得尊重的 [隐私][25][政策][26]
|
||||
|
||||
当您搜索“红色兰博基尼”一词时,您会得到红色兰博基尼的图片。但是,如果您不知道它是什么车呢?这个插件允许您使用图像而不是文字术语来搜索图像,并显示类似的结果或该图像的来源地。
|
||||
|
||||
您可以通过以下方式选择图片进行搜索。
|
||||
|
||||
* 点击URL:这使您可以直接点击显示在网页上的图像。
|
||||
* 网页截图:选择网页上的一个特定区域,以便进行反向图像搜索。
|
||||
* 本地图片:从计算机的本地驱动器(而不是网页)上传一个现有的图像。
|
||||
* URL:粘贴图像的URL以进行反向图像搜索。
|
||||
|
||||
[安装 Search by Image][27]
|
||||
|
||||
### 9. Dictionary Anywhere
|
||||
|
||||
Dictionary Anywhere 插件显示所选单词的含义。
|
||||
|
||||
**主要亮点:**
|
||||
|
||||
* Mozilla 推荐扩展
|
||||
* 平均4.3星评级(260 条评论)
|
||||
* 不定期更新
|
||||
|
||||
有一个无障碍的字典从来都不是一件坏事! 当然,我已经被 macOS 的“强制触摸查询”功能宠坏了。当我使用 Linux 时,Firefox 的 Dictionary Anywhere 插件确实弥补了这一点。我需要做的就是双击一个词,然后定义就会弹出来
|
||||
|
||||
目前,支持的语言只有英语、西班牙语、德语和法语。请注意,这个扩展不会在 Firefox 的阅读模式下工作。这是因为脚本不允许在这种模式下执行。
|
||||
|
||||
一个小瑕疵是,这使得在一个可编辑的文本中“双击并选择整个单词”变得略微恼人。这是为方便性付出的一个小代价。
|
||||
|
||||
此外,如果您想要一个积极维护的扩展,这将使您失望。
|
||||
|
||||
[下载 Dictionary Anywhere][29]
|
||||
|
||||
### 10. Vimium-FF
|
||||
|
||||
![vimium FF][30]
|
||||
|
||||
**主要亮点:**
|
||||
|
||||
* 平均评分 4.8 星(400 多条评论)
|
||||
* 实验性扩展
|
||||
|
||||
如果您是 Vim 用户,我就不需要向您解释了,自己去试试吧!您以后会感谢我的。
|
||||
|
||||
对于那些不知道这个插件做什么的人,它允许您仅使用 Vim 样式的键在 Firefox 中导航。按 J 下键滚动,K 键向上滚动,X 键关闭当前选项卡,T 键打开一个新选项卡,以及各种其他键盘快捷键。
|
||||
|
||||
虽然这个附加组件有“**Experimental**”标志,但在过去一两年的使用经验中,我没有遇到任何问题。
|
||||
|
||||
[下载 Vimium-FF][31]
|
||||
|
||||
### 11. FireShot
|
||||
|
||||
![fireshot][32]
|
||||
|
||||
FireShot 是一个非常简单的 Firefox 插件,它允许您将完整的网页截图并保存为长图或 PDF 文件,最重要的是,您还可以在截图上注释(哈哈哈)!但是注释只能在 Windows 上使用,真是太可惜了!
|
||||
|
||||
它**没有 Firefox 的“推荐”徽章**。 因此,您可以在决定使用它之前在其附加页面上探索更多有关它的信息。
|
||||
|
||||
[下载 FireShot][33]
|
||||
|
||||
### 总结
|
||||
|
||||
本文涵盖了广泛的 Firefox 插件,我认为这些插件应该有助于改善您的 Web 浏览体验。
|
||||
|
||||
您最喜欢的 Firefox 扩展是什么? 在下面的评论中让我知道您的想法。
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
via: https://itsfoss.com/firefox-add-ons/
|
||||
|
||||
作者:[Pratham Patel][a]
|
||||
选题:[lkxed][b]
|
||||
译者:[gpchn](https://github.com/gpchn)
|
||||
校对:[wxy](https://github.com/wxy)
|
||||
|
||||
本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创编译,[Linux中国](https://linux.cn/) 荣誉推出
|
||||
|
||||
[a]: https://itsfoss.com/author/pratham/
|
||||
[b]: https://github.com/lkxed
|
||||
[1]: https://itsfoss.com/best-browsers-ubuntu-linux/
|
||||
[2]: https://www.bleepingcomputer.com/news/security/chrome-extensions-with-14-million-installs-steal-browsing-data/
|
||||
[3]: https://itsfoss.com/wp-content/uploads/2022/09/bitwarden-firefox-add-on.jpg
|
||||
[4]: https://support.mozilla.org/en-US/kb/add-on-badges
|
||||
[5]: https://support.mozilla.org/en-US/kb/permission-request-messages-firefox-extensions
|
||||
[6]: https://itsfoss.com/best-firefox-add-ons/
|
||||
[7]: https://itsfoss.com/wp-content/uploads/2022/09/facebook-container.jpg
|
||||
[8]: https://addons.mozilla.org/en-US/firefox/addon/facebook-container/
|
||||
[9]: https://itsfoss.com/wp-content/uploads/2022/09/ublockorigin-firefox-1.jpg
|
||||
[10]: https://addons.mozilla.org/en-US/firefox/addon/ublock-origin/
|
||||
[11]: https://itsfoss.com/wp-content/uploads/2022/09/03-bitwarden.webp
|
||||
[12]: https://github.com/bitwarden/clients/blob/master/LICENSE.txt
|
||||
[13]: https://addons.mozilla.org/en-US/firefox/addon/bitwarden-password-manager/
|
||||
[14]: https://itsfoss.com/wp-content/uploads/2022/09/04-languagetool.webp
|
||||
[15]: https://www.grammarly.com/
|
||||
[16]: https://addons.mozilla.org/en-US/firefox/addon/languagetool/
|
||||
[17]: https://itsfoss.com/wp-content/uploads/2022/09/firefox-tanquility.jpg
|
||||
[18]: https://addons.mozilla.org/en-US/firefox/addon/tranquility-1/
|
||||
[19]: https://itsfoss.com/wp-content/uploads/2022/09/06-enhancer-for-yt.webp
|
||||
[20]: https://www.mrfdev.com/how-to-use-enhancer-for-youtube
|
||||
[21]: https://addons.mozilla.org/en-GB/firefox/addon/enhancer-for-youtube
|
||||
[22]: https://itsfoss.com/wp-content/uploads/2022/09/tomato-time-management.jpg
|
||||
[23]: https://addons.mozilla.org/en-US/firefox/addon/tomato-clock/
|
||||
[24]: https://itsfoss.com/wp-content/uploads/2022/09/08-src-by-img.webp
|
||||
[25]: https://addons.mozilla.org/en-US/firefox/addon/search_by_image/privacy/
|
||||
[26]: https://addons.mozilla.org/en-US/firefox/addon/search_by_image/privacy/
|
||||
[27]: https://addons.mozilla.org/en-US/firefox/addon/search_by_image/
|
||||
[28]: https://itsfoss.com/wp-content/uploads/2022/09/09-dict-anywhere.webp
|
||||
[29]: https://addons.mozilla.org/en-GB/firefox/addon/dictionary-anyvhere/
|
||||
[30]: https://itsfoss.com/wp-content/uploads/2022/01/vimium-firefox.png
|
||||
[31]: https://addons.mozilla.org/en-GB/firefox/addon/vimium-ff/
|
||||
[32]: https://itsfoss.com/wp-content/uploads/2022/09/fireshot.jpg
|
||||
[33]: https://addons.mozilla.org/en-GB/firefox/addon/fireshot/
|
||||
Reference in New Issue
Block a user