zoukankan      html  css  js  c++  java
  • 有关Firefox/Chrome的问题汇总


    安装的附加组件因未经验证而被 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_MACHINESOFTWAREPoliciesGoogleUpdate:

    • 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_MACHINESOFTWAREWow6432NodePoliciesGoogleUpdate.



  • 相关阅读:
    异步--记录
    css过渡——实现元素的飞入飞出
    使用touch操作图片
    .net mvc中epplus导出excel
    html无卡顿动画实现——requestAnimationFrame
    调用手机摄像头并上传图片--jquery ajax
    jquery form表单赋值封装
    记录
    .net mvc 使用 aspose.cells导出数据
    explain简介
  • 原文地址:https://www.cnblogs.com/sonictl/p/6735622.html
Copyright © 2011-2022 走看看