如何在Chrome工具栏中固定和取消固定扩展程序

Google Chrome Logo

Not all extensions are made equal. Some extensions, like Grammarly, work quietly in the background and don’t need an icon in the Chrome toolbar. Here’s how to pin and unpin extensions for a cleaner Chrome toolbar.

并非所有扩展名都相等。 某些扩展程序(例如Grammarly)在后台安静地运行,并且不需要Chrome工具栏中的图标。 固定和取消固定扩展程序的方法如下:

如何在Chrome中固定和取消固定扩展程序 (How to Pin and Unpin Extensions in Chrome)

The Extensions Toolbar menu feature was first introduced in Chrome 76. Before the update, all extensions showed up directly in Chrome’s toolbar. Now, you can choose which extensions to show in the Chrome toolbar, and which ones to hide away in the extensions menu.

Chrome浏览器76首次引入了扩展工具栏菜单功能。在更新之前,所有扩展都直接显示在Chrome的工具栏中。 现在,您可以选择在Chrome工具栏中显示哪些扩展程序,以及在扩展菜单中隐藏哪些扩展程序。

Before we start, make sure that you’re running the latest version of Chrome.

开始之前,请确保您正在运行最新版本的Chrome 。

Next, click the “Extensions” button next to your Profile avatar.

接下来,点击您的个人资料头像旁边的“扩展名”按钮。

Click Extensions Menu

This dropdown will show you all of the extensions that are installed and enabled in Chrome. You’ll notice that they are divided into two categories: “Full Access” and “No Access Needed.”

此下拉菜单将向您显示Chrome中已安装并启用的所有扩展程序。 您会注意到,它们分为两类:“完全访问权限”和“不需要访问权限”。

Next to each extension, you’ll see a Pushpin icon. If the icon is blue, it means the extension is pinned to the Chrome toolbar. If it’s white, it means the extension is hidden.

在每个扩展程序旁边,您都会看到一个图钉图标。 如果该图标为蓝色,则表示该扩展程序已固定到Chrome工具栏。 如果为白色,则表示扩展名已隐藏。

Click the “Pushpin” icon to pin or unpin a Chrome extension in the toolbar.

点击“图钉”图标以固定或取消固定工具栏中的Chrome扩展程序。

Pin or Unpin Chrome Extensions

Once an extension is pinned, you can then click and drag the icons to rearrange the order.

固定扩展后,您可以单击并拖动图标以重新排列顺序。

Rearrange Extensions

Just because an extension is unpinned, it doesn’t mean it’s not active. You can click the “Extensions” button and select an extension to activate it. The extension icon will temporarily appear in the Chrome toolbar, and you’ll be able to interact with all the extension elements (from the drop-down menu).

只是因为扩展未固定,并不意味着它不处于活动状态。 您可以单击“扩展名”按钮并选择一个扩展名将其激活。 扩展程序图标将临时出现在Chrome工具栏中,您将能够与所有扩展程序元素互动(从下拉菜单中)。

如何禁用扩展工具栏菜单 (How to Disable Extensions Toolbar Menu)

While the new Extensions menu does provide more organization features, it makes things more complex. If you want all new extensions to just end up in the Chrome toolbar, you can disable the extensions toolbar feature altogether using Chrome flags.

尽管新的扩展菜单确实提供了更多的组织功能,但使事情变得更加复杂。 如果您希望所有新扩展名仅出现在Chrome工具栏中,则可以使用Chrome标志完全禁用扩展工具栏功能。

Note: Enabling and disabling Chrome flags can cause Chrome to stop working properly. Additionally, Google might remove the option to disable the Extensions Toolbar Menu sometime in the future.

注意:启用和禁用Chrome标志可能会导致Chrome停止正常运行。 此外,Google将来可能会删除禁用扩展工具栏菜单的选项。

Enter the following command in Chrome’s Omnibox (the URL bar) and press “Enter”:

在Chrome的多功能框(网址栏)中输入以下命令,然后按“ Enter”:

chrome://flags/#extensions-toolbar-menu

chrome://flags/#extensions-toolbar-menu

You can also enter “chrome://flags” into the URL bar and then search for “Extensions Toolbar” to get to here.

您也可以在网址栏中输入“ chrome:// flags”,然后搜索“扩展程序工具栏”以转到此处。

Now, click the drop-down arrow next to the “Extensions Toolbar Menu” listing.

现在,单击“扩展工具栏菜单”列表旁边的下拉箭头。

Click Drop Down next to Extensions Menu in Chrome Flags

Here, choose the “Disabled” option.

在这里,选择“禁用”选项。

Click Disabled next to Extensions Toolbar Menu Flag

Now, you’ll need to restart Chrome. From the bottom of the page, click the “Relaunch” button.

现在,您需要重新启动Chrome。 在页面底部,单击“重新启动”按钮。

Click Relaunch from Chrome Flags

And just like that, the extensions toolbar is gone, and the old way is back. All of your extensions will now be visible next to the URL bar.

就像这样,扩展工具栏消失了,原来的方式又回来了。 现在,所有扩展名将在URL栏旁边显示。

All Extensions in Chrome Toolbar


You can customize many aspects of the Chrome browser using flags. Here are the best Chrome flags to enable for better browsing.

您可以使用标志来自定义Chrome浏览器的许多方面。 这是最好的Chrome标志,可让您更好地浏览。

翻译自: https://www.howtogeek.com/683099/how-to-pin-and-unpin-extensions-from-the-chrome-toolbar/

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处:http://www.mzph.cn/news/278206.shtml

如若内容造成侵权/违法违规/事实不符,请联系多彩编程网进行投诉反馈email:809451989@qq.com,一经查实,立即删除!

相关文章

vim编辑器快捷操作

1、查找 进入编辑器 按下 / 进行查找,回跳到第一个匹配的值,按下n查找下一个 N返回查看上一个 也可根据正则进行查找 2、替换 :s/a/b/g 当前行替换 :%s/a/b/g 全文替换 :5,10s/a/b/g 区域替换: .,2s/foo/bar/g 当…

react-navigation 跨 tabs 返回首页

2019独角兽企业重金招聘Python工程师标准>>> react-navigation 跨 tabs 返回首页 import { NavigationActions } from react-navigation;const navigationAction NavigationActions.reset({ index: 0,actions: [ NavigationActions.navigate({ routeName: RootTab…

ubuntu 默认命令行_从命令行在Ubuntu上设置默认浏览器

ubuntu 默认命令行Ubuntu Linux has a default browser functionality that will automatically launch the correct browser when clicking on a link in a gnome gui application. It’s easy enough to set the default browser using the GUI tools, but sometimes it’s e…

ThreadLocal就是这么简单

前言 今天要研究的是ThreadLocal,这个我在一年前学习JavaWeb基础的时候接触过一次,当时在baidu搜出来的第一篇博文ThreadLocal,在评论下很多开发者认为那博主理解错误,给出了很多有关的链接来指正(可原博主可能没上博客了&#xf…

如何在Twitch上设置捐款

Many people on Twitch stream as a hobby. If you’re thinking about going full-time, though, you’ll need to raise some cash. Setting up donations on Twitch is one way you can do it! Twitch上的许多人都将其作为爱好。 但是,如果您打算全职工作&#x…

JAVA-Concurrency之CountDownLatch说明

2019独角兽企业重金招聘Python工程师标准>>> As per java docs, CountDownLatch is a synchronization aid that allows one or more threads to wait until a set of operations being performed in other threads completes. CountDownLatch concept is very comm…

设置微软应用商店的代理_如何设置和使用Microsoft家庭安全应用

设置微软应用商店的代理The Microsoft Family Safety app provides a set of reporting and parental control tools for people with Microsoft accounts. With filtering controls, location reporting, and app-usage recording, this app gives parents a way to monitor t…

Linux跨平台远程控制

转载于:https://blog.51cto.com/13660858/2094987

Zoom Host可以真正看到您的所有私人消息吗?

Girts Ragelis/Shutterstock.comGirts Ragelis / Shutterstock.comViral social media posts are alleging that Zoom’s private messages aren’t really private—if you’re chatting privately during a Zoom meeting, the host can see your entire conversation. Is tha…

使用Keras进行深度学习:(三)使用text-CNN处理自然语言(上)

欢迎大家关注我们的网站和系列教程:http://www.tensorflownews.com/,学习更多的机器学习、深度学习的知识! 上一篇文章中一直围绕着CNN处理图像数据进行讲解,而CNN除了处理图像数据之外,还适用于文本分类。CNN模型首次…

powerpoint转换器_如何将PowerPoint演示文稿转换为主题演讲

powerpoint转换器If someone sends you a Microsoft PowerPoint presentation, but you’d rather use Apple’s presentation software, Keynote, you’re in luck! Apple’s done all the hard work for you. Here’s how to convert a PowerPoint presentation to Keynote. …

Android高仿大众点评(带服务端)

2019独角兽企业重金招聘Python工程师标准>>> 实例讲解了一个类似大众点评的项目,项目包含服务端和android端源码, 服务端为php代码,如果没有接触过php, 文章中讲解一键部署php的方法,让您5分钟将服务端搭建成功, 您也可以将php换成…

vista任务栏透明_在Windows XP中获取Vista任务栏缩略图预览

vista任务栏透明It was only a matter of time before people started cloning Windows Vista features and adding them into Windows XP. One of my favorite Vista features is the thumbnails that popup when you mouse over the taskbar. And now I can use them in XP a…

Spring实战Day2

创建对象之后如何体现对象之间的依赖? Spring容器负责创建Bean和依赖注入,那么Spring是怎么将Bean装配在一起的呢? Spring提供了三种方式装配机制 1.隐式的bean发现机制和自动装配 图一图二,是两个组件与Config类同包 图三&#x…

Git的状态转换

近期公司用Git来管理代码,用起来是要比svn爽一些。就是刚接触的时候比較痛苦,特别是那些状态(版本号的提交/合并/回退)。差点把我搞晕了。如今回过头来总结一下,就清楚多了。 就本地仓库来看。Git能够分成5个不同的状态。能够通过$ git statu…

RN自定义组件封装 - 播放类似PPT动画

1. 前言 近日,被安排做一个开场动画的任务。虽然RN提供了Animated来自定义动画,但是本次动画中的元素颇多,交互甚烦。。。在完成任务的同时,发现很多步骤其实是重复的,于是封装了一个小组件记录一下,分享给…

dropbox mac_如何在Windows或Mac上启动时阻止Dropbox打开

dropbox macDropbox is a handy way to synchronize files across devices via the cloud. By default, Dropbox starts whenever you turn on your Windows PC or Mac, but sometimes you might not want it to. Here’s how to make sure it doesn’t launch when you startu…

深入分析 ThreadLocal 内存泄漏问题

2019独角兽企业重金招聘Python工程师标准>>> ThreadLocal 的作用是提供线程内的局部变量,这种变量在线程的生命周期内起作用,减少同一个线程内多个函数或者组件之间一些公共变量的传递的复杂度。但是如果滥用 ThreadLocal,就可能会…

如何将iPhone应用程序从应用程序库移动到主屏幕

Justin Duino贾斯汀杜伊诺(Justin Duino)So as to not clutter up your home screen, newly-downloaded apps from the App Store can be sent directly to the App Library. But what if you later want to open the app without digging through the library? Here’s how t…

luogu4389 付公主的背包

题目链接:洛谷 题目大意:现在有$n$个物品,每种物品体积为$v_i$,对任意$s\in [1,m]$,求背包恰好装$s$体积的方案数(完全背包问题)。 数据范围:$n,m\leq 10^5$ 这道题,看到…