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

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

问题描述

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


  • Mac Pro 10.8.4

  • Chrome版本26.0.1410.65
  • >

解决方案

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

不确定,请尝试然后 / )。 运行 find。 -typed -iname< EXTENSION ID HERE>,例如:

  find。类型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天全站免登陆