在哪里可以找到 Mac 上 Google Chrome 的扩展安装文件夹? [英] Where to find extensions installed folder for Google Chrome on Mac?

查看:28
本文介绍了在哪里可以找到 Mac 上 Google Chrome 的扩展安装文件夹?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在 ~/Library/Application Support/Google/Chrome/下找不到它们;他们在哪里?

  • Mac Pro 10.8.4
  • Chrome 版本 26.0.1410.65

解决方案

Chrome 配置文件目录的默认位置定义在

  • 打开终端,cd 到最有可能是您 Chrome 配置文件的父目录的目录(如果不确定,请尝试 ~ 然后尝试 /).

  • 运行 find .-type d -iname "",例如:

    查找.-type d -iname jifpbeccnghkjeaalbbjmodiffmgedin

    结果:

  • I can not find them under ~/Library/Application Support/Google/Chrome/; Where are they?

    • Mac Pro 10.8.4
    • Chrome Version 26.0.1410.65

    解决方案

    The default locations of Chrome's profile directory are defined at http://www.chromium.org/user-experience/user-data-directory. For Chrome on Mac, it's

    ~/Library/Application Support/Google/Chrome/Default
    

    The actual location can be different, by setting the --user-data-dir=path/to/directory flag.
    If only one user is registered in Chrome, look in the Default/Extensions subdirectory. Otherwise, look in the <profile user name>/Extensions directory.

    If that didn't help, you can always do a custom search.

    1. Go to chrome://extensions/, and find out the ID of an extension (32 lowercase letters) (if not done already, activate "Developer mode" first).

    2. Open the terminal, cd to the directory which is most likely a parent of your Chrome profile (if unsure, try ~ then /).

    3. Run find . -type d -iname "<EXTENSION ID HERE>", for example:

      find . -type d -iname jifpbeccnghkjeaalbbjmodiffmgedin
      

      Result:

    这篇关于在哪里可以找到 Mac 上 Google Chrome 的扩展安装文件夹?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

    查看全文
    登录 关闭
    扫码关注1秒登录
    发送“验证码”获取 | 15天全站免登陆