火狐标签在中间_在Firefox中保留未使用的标签

火狐标签在中间

火狐标签在中间

If you have a lot of content heavy webpages open in Firefox, it soon adds up on memory usage. The BarTab extension puts unused tabs on hold and keeps them unloaded until you are ready to access them.

如果您在Firefox中打开了大量内容繁重的网页,那么很快就会增加内存使用量。 BarTab扩展将未使用的选项卡置于保留状态,并使其卸载,直到您准备好访问它们为止。

Before

之前

When you have a few tabs open things are not so bad. But if you have something like 30+ tabs open then Firefox is definitely going to have a much larger memory footprint. For the moment all six tabs are active in our example…

当您打开几个选项卡时,情况还算不错。 但是,如果打开了30多个选项卡,则Firefox肯定会拥有更大的内存。 目前,在我们的示例中,所有六个选项卡都处于活动状态…

bar-tab-01

After

Once the extension is installed you can see quite a difference in the tab bar. Five of the six websites are literally on hold and display as about:blank.

安装扩展程序后,您会在选项卡栏中看到很大的不同。 六个网站中的五个实际上处于保留状态,并且显示为about:blank。

bar-tab-02

In the screenshot above all six tabs were restored from a previous session, but to put new tabs on hold the preferences will have to be modified.

在上面的屏幕快照中,所有六个选项卡均从上一个会话中还原,但是要保留新选项卡,则必须修改首选项。

bar-tab-03

Notice that you can have active tabs placed on hold if you do not access them within a set time (“x” seconds, minutes, hours, or days). You may also add your favorite websites as exclusions.

请注意,如果您未在设定的时间(“ x”秒,分钟,小时或天)内访问活动标签,则可以将它们置于保留状态。 您也可以将自己喜欢的网站添加为排除对象。

bar-tab-04

Newly opened tabs can now be placed on hold until you are ready for them.

现在,可以将新打开的选项卡置于保留状态,直到准备好使用它们为止。

bar-tab-05

Need to place a currently accessed tab on hold? Use the tab context menu to unload the page.

是否需要保留当前访问的标签? 使用标签的上下文菜单卸载页面。

bar-tab-06

Once you use the tab context menu to place a tab on hold your browser will shift over to the closest active tab.

使用选项卡上下文菜单将选项卡置于保留状态后,浏览器将切换到最近的活动选项卡。

bar-tab-07

You will notice the difference in memory usage when you put a lot of intensive pages on hold.

当您搁置大量密集的页面时,您会注意到内存使用的差异。

sshot-2010-05-23-[03-59-10]

Conclusion

结论

If you keep a high number of content heavy webpages open in Firefox then the BarTab extension will help reduce memory usage while browsing.

如果您在Firefox中打开大量内容繁重的网页,则BarTab扩展程序将有助于减少浏览时的内存使用量。

Links

链接

Download the BarTab extension (Mozilla Add-ons)

下载BarTab扩展(Mozilla附加组件)

翻译自: https://www.howtogeek.com/howto/17713/put-unused-tabs-on-hold-in-firefox/

火狐标签在中间

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

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

相关文章

[CQOI2012]模拟工厂 题解(搜索+贪心)

[CQOI2012]模拟工厂 题解(搜索贪心) 标签:题解 阅读体验:https://zybuluo.com/Junlier/note/1327574 链接题目地址:洛谷P3161 BZOJ P2667 这个题练一练综合思想还是不错的。。。(然而蒟蒻不会啊) 做法 肯定是在能完成某…

上传文件的input问题以及FormData特性

1.input中除了type"file"还要加上name"file",否则$_FILES为空,input的name值就是为了区分每一个input的 2.var formdata new FormData($("#form")[0]); 或者var formdata new FormData(document.getElementById("f…

iphone手机备忘录迁移_如何在iPhone和iPad上使用语音备忘录

iphone手机备忘录迁移Whether you’re recording a voice message as a reminder of that million dollar idea or catching a snippet of a new song you know you’ll forget, the iPhone and iPad’s Voice Memos app is the perfect tool. 无论您是录制语音消息来提醒这一百…

php 执行文件tar打包,利用tar for windows对大量文件进行快速打包

近期将某些网站换服务器,由于网站数量巨大,加上附件和静态页,文件数量异常多,考虑先打包然后直接传过去。起初尝试用winrar打包,但是发现即使选择”仅储存”速度仍然慢到无法接受,后来想到了tar&#xff0c…

DDD~领域事件中使用分布式事务

对于一个聚合来说,它可能会被附加很多事件,这里我们叫它领域事务,因为一个聚会我们可以把它理解成一个领域,一个业务。对于领域事件不清楚的同学可以看看我的这篇文章《DDD~领域事件与事件总线》,里面有详细的说明&…

如何在PowerPoint中制作打字机或命令行动画

Adding quirky animations to your Microsoft PowerPoint presentation gives your slideshow a little extra life. Not only will adding a typewriter or command line animation entertain your audience, but it will also keep them focused on the text. 在您的Microsof…

oracle中spool卸数,数据卸载--spool的使用

引言在项目中,我们经常会遇到数据的卸载、装载需求。卸载就是需要将数据从数据库中导入到文本文件中的需求,这样的方法有很多,比较常用的就是spool命令。装载就是需要将数据从文本文件中导入到数据库中。方法也有很多…

Objective-C中的@property

1.property是什么 Property是声明属性的语法,它可以快速方便的为实例变量创建存取器,并允许我们通过点语法使用存取器。 存取器(accessor):指用于获取和设置实例变量的方法。用于获取实例变量值的存取器是getter&#…

Linux基础命令---findfs

findfs 查找指定卷标或者UUID的文件系统对应的设备文件。findfs将搜索系统中的磁盘,寻找具有标签匹配标签或与UUID相等的文件系统。如果找到文件系统,文件系统的设备名称将打印在stdout上。 此命令的适用范围:RedHat、RHEL、Ubuntu、CentOS、…

canvas 平滑运动_什么是电视上的运动平滑?人们为什么讨厌它?

canvas 平滑运动Willy Barton/Shutterstock.com威利巴顿/Shutterstock.comIf you’ve just bought a new TV, you might be wondering why everything you watch feels eerily sped up and smooth, like you’re watching a live broadcast all the time. You’re not imaginin…

linux guard什么进程,使用linux系统性能监控工具KSysguard监控远端主机介绍

KDE System Guard默认的窗口前端图形界面使用传感器(sensors)获得要显示的信息。传感器返回的可以是一个简单的数值或更复杂的信息如表格。针对不同的信息类型都提供了一个或多个显示界面。这些显示界面被组织在多个工作表中,工作表可以独立存储和加载。KSysguard主…

macbook充电_如何判断MacBook是否正在充电

macbook充电2p2play / Shutterstock2p2play / ShutterstockForgetting to charge your MacBook properly overnight can leave you with a headache in the morning. And if you’re troubleshooting a broken MacBook, checking if it’s able to charge is one way to rule o…

mysql记录

当没有用EXISTS引入子查询时,在选择列表中只能指定一个表达式转载于:https://www.cnblogs.com/niuben/p/9920741.html

PIL.Image convert to numpy array

当使用PIL.Image读取图像时,如果直接使用numpy.array()转换会出现错误: lst list() for file_name in os.listdir(dir_image):image PIL.Image.open(file_name)lst.append(image) arr numpy.array(lst) 此时,上述最后一行在执行时会出现错…

NFC服务器在Linux,linux 安装 libnfc ,打开串口PN532

硬件准备:USB转串口4针杜邦线PN532模块IC卡一张(比如门禁卡,饭卡等)软件准备:Ubuntu 物理机一台能够访问互联网1,将PN532与USB转串口连接好,放一张IC卡靠近PN532模块2,安装libnfc:chunliubuntu:~$ sudo apt…

chrome同步_如何在Chrome中打开或关闭同步

chrome同步Google Chrome lets you sync up your Google account to your browser across any device. When enabled, bookmarks, history, passwords, extensions, and themes—among many other settings—sync from your Google account, creating a seamless experience no…

sublime text3搭建react native

Sublime Text 3 搭建React.js开发环境 Sublime有很强的自定义功能,插件库很庞大,针对新语言插件更新很快,配合使用可以快速搭建适配语言的开发环境。 1. babel-sublime 支持ES6, React.js, jsx代码高亮,对 JavaScript,…

linux系统输入指令,详解linux系统输入输出管理和vim的常用功能

####系统中输入输出的管理####1.理解系统的输入输出重定向输入重定向是指把文件导入到命令中,而输出重定向则是把原本要输出到屏幕的数据信息写入到指定文件中。2.管理输入输出的符号##输出重定向> ##重定向正确输2> ##重定向错误输出&> …

Deep Learning(深度学习)学习笔记整理(二)

本文整理了网上几位大牛的博客,详细地讲解了CNN的基础结构与核心思想,欢迎交流 [1]Deep learning简介 [2]Deep Learning训练过程 [3]Deep Learning模型之:CNN卷积神经网络推导和实现 [4]Deep Learning模型之:CNN的反向求导及练习 …

百度新闻 谷歌新闻_每日新闻摘要:到目前为止,Google I / O提供的最佳信息

百度新闻 谷歌新闻Google’s yearly developer conference started yesterday, and the keynote was chock-full of announcements, demos, and some utterly mind-blowing tech. From Assistant to Android, here’s some of the best stuff to come out of I/O 2019 so far. …