安装的附加组件因未经验证而被 Firefox 禁用,我该怎么办

如果您已安装的附加组件因未经验证而被禁用了,建议您联系附加组件开发者或提供给您附加组件的人,看看他们能不能提供新版经过验证的附加组件。您也可以要求他们将附加组件提交验证

强制禁用这个首选项(高级用户): 你可以在 Firefox 配置编辑页面about:config 页面)把 xpinstall.signatures.required 首选项设为
false 来强制禁用附加组件验证的功能。我们不会为手动在配置编辑页面做出的任何修改提供援助,因此请自担风险。

更新 Chrome 后,新标签下方的最近访问菜单消失-【解决】

How to find back the disappeared "recently closed" bar under new tab in Chrome which had been upgrated.



Reopen recently closed tabs in Chrome

If you have just closed a tab by mistake or need to re-visit a recently closed website do not panic - all is not lost.



Have you ever wished you hadn't just closed that Google Chrome browser tab. Get it back by right-clicking in the tab bar and selecting Ctrl+Shift+T.

You can also find a list of recently closed tabs on the "new tab" screen in Google Chrome. Click on Recently closed to the right of the bottom bar to open a list of your most recent tabs.

Finally, if you always want to start where you left off last time when opening Chrome, go to Settings by clicking on the far right icon (3 horizontal lines) and choose Settings from the menu. In the Start Up section choose Continue where I left off then
close the tab. Next time you open Chrome you will get the open tabs from your last browsing session.

Do you like these tips, do you have any more to share? Let us know in the comments.

TIP UPDATE: The recent Chrome update has moved recently closed tabs to the Settings menu. Click on the 3 horizontal line icon top right and choose Recent tabs.

------  这里要说的是一个更专业的方法 ------

1. Go to chrome://flags

2. Find:

Enable Instant Extended API Mac, Windows, Chrome OS 

Enables the Instant Extended API which provides a deeper integration with your default search provider, including a renovated New Tab Page, extracting search query terms in the
omnibox, a spruced-up omnibox dropdown and Instant previews of search results as you type in the omnibox.

3. Set it to 'Disabled'.

You'll sacrifice the other features along with the updated New Tab Page, but I think it is worth it to not be punished because some users can't figure out how to use the omnibar.  Lowest common denominator
BS.

Refer to:http://productforums.google.com/forum/#!topic/chrome/KSa1CJ9aoEc%5B1-25-true%5D

2. 如何禁止Google Chrome Browser Update:

2015年7月28日23:45:43

最近发现Chrome V43 不支持NPAPI,导致很多淘宝和视频网站必须的应用程序插件无法运行,找到v41的 offline installer, 决定安装完了disable chrome update

参考:http://stackoverflow.com/questions/18483087/how-can-i-disable-google-chrome-auto-update

For Windows only

To completely disable automatic Chrome updates create/edit the following registry keys/dwords underHKEY_LOCAL_MACHINE\SOFTWARE\Policies\Google\Update:

  • Dword: AutoUpdateCheckPeriodMinutesValue: 0
  • Dword: DisableAutoUpdateChecksCheckboxValueValue: 1
  • Dword: UpdateDefaultValue: 0
  • Dword: Update{8A69D345-D564-463C-AFF1-A69D9E530F96}Value:0

This last one was the money for me. Until I added it updates were enabled inchrome://chrome.

Note: On 64-bit machines running 32-bit Chrome you may need to put the dwords under the following key instead:HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Policies\Google\Update.


有关Firefox/Chrome的问题汇总的更多相关文章

  1. IE6/IE7/IE8/Firefox/Chrome/Safari的CSS hack兼容一览表

    浏览器兼容问题一直是前段开发工程师比较头痛的问题,熟悉了里面的规则也就变得简单了,这里有一份资料可以分享给大家,大家平时开发过程中遵循这个规律的话,会变得轻松多了: 各浏览器CSS hack兼容表: ...

  2. 各种浏览器(IE,Firefox,Chrome,Opera)COOKIE修改方法[转]

    各种浏览器(IE,Firefox,Chrome,Opera)COOKIE修改方法[转] 网站通过 Cookie 保存了我们访问网站的信息,在不同的浏览器中修改 Cookie 可以如下操作: Firef ...

  3. IE/Firefox/Chrome等浏览器保存Cookie的位置

    IE/Firefox/Chrome等浏览器保存Cookie的位置 原文  http://smilejay.com/2013/04/browser-cookie-location/   前面写了篇长文( ...

  4. selenium + firefox/chrome/phantomjs登陆之模拟点击

    登陆之模拟点击 工具:python/java + selenium + firefox/chrome/phantomjs (1)windows开发环境搭建 默认已经安装好了firefox 安装pip ...

  5. selenium webdriver 启动三大浏览器Firefox,Chrome,IE

    selenium webdriver 启动三大浏览器Firefox,Chrome,IE 1.安装selenium 在联网的情况下,在Windows命令行(cmd)输入pip install selen ...

  6. [转]JS根据useAgent来判断edge, ie, firefox, chrome, opera, safari 等浏览器的类型及版本

    js根据浏览器的useAgent来判断浏览器的类型 userAgent 属性是一个只读的字符串,声明了浏览器用于 HTTP 请求的用户代理头的值. JavaScript语法:navigator.use ...

  7. Firefox,chrome,IE上传图片预览

    首先判断IE或是Firefox,chrome.本文只测试了IE8中和Firefox,chrome是不一样的. 判断是否IE: if(-[1,]){//判断浏览器不是IE    //alert((-[1 ...

  8. win xp firefox,chrome 在浏览网页时字体发虚,可以设置为新宋体

    firefox,chrome 在浏览网页时字体发虚,比如:驱动之家.可以设置为新宋体.

  9. 在页面左右一个悬浮div兼容IE6 IE7 8 9 Firefox chrome

    在页面左右一个悬浮div兼容IE6 IE7 8 9 Firefox chrome #identifier-pannel { bottom: 345px; margin-left: 512px; pos ...

随机推荐

  1. Sublime配置VI插件后 快捷键总结

    Vi编辑器快捷键  命令行模式:  yy 复制当前行  yy5 复制向下5行  p 粘贴(注意粘贴到最后时候留一个换行符)  p5 粘贴5次  dd 删除一行,剪切一行  G 最后一行  1G 第一行 ...

  2. Unity 3D游戏-NPC对话系统With XML

    用XML做的Unity NPC对话系统 本文提供全流程,中文翻译.Chinar坚持将简单的生活方式,带给世人!(拥有更好的阅读体验 -- 高分辨率用户请根据需求调整网页缩放比例) 1 Create X ...

  3. Linux配置python和pip环境

    CentOS: 1.首先安装EPEL扩展源: yum install -y epel-release 2.系统自带python2,所以只需安装python3 yum install -y python ...

  4. Oracle 服务命名(别名)的配置及原理,plsql连接用

    Oracle 服务命名(别名)的配置及原理 连接数据库必须配置服务命名(别名,用于plsql的连接),不管是本地还是远程,服务命名即简单命名,简单命名映射到连接描述符,他包含服务的网络位置和标识,配置 ...

  5. CTF-练习平台-Misc之 这是一张单纯的图片??

    一.这是一张单纯的图片?? 分析图片,首先查看图片属性 没有发现有用的信息,再用WinHex打开 发现最后面有点眼熟,和ASCII表对应后发现是flag

  6. 【vue】Mac上安装Node和NPM

    http://bubkoo.com/2017/01/08/quick-tip-multiple-versions-node-nvm/ 作为前端开发者,node和npm安装必不可少.然而有时会因为安装新 ...

  7. Linux下的Nginx部署禅道

    基本思路:先安装好nginx和mysql和php,上传禅道的源码.把禅道的源码包扔到 nginx/apache 的工程路径内或者nginx/apache内的配置文件指向nginx的路径,然后将ngin ...

  8. ORA-32004 的错误处理

    启动数据库时,收到了ORA-32004 的错误,错误多是一些过时且在当前版本中不在使用的参数,如果碰到类似的错误,只需要将其 reset即可. SQL> startup;ORA-32004: o ...

  9. 使用fiddler进行genymotion安卓虚拟机手机抓包

    1.首先先下载fiddler,这个直接百度就有啦. 2.打开fiddler ,可以看到这个界面还是挺帅的: 3.选择Tools - Fiddler Options -Https选项卡将配置设置为如下: ...

  10. tyvj1035棋盘覆盖——二分图匹配

    题目:http://www.joyoi.cn/problem/tyvj-1035 把可放的位置作为节点,相邻的连边. 可用天然有的编号作为节点的编号. 果然只用连单向边就行了.也只需记录另一部的对应点 ...