如何找到谷歌浏览器扩展程序目录 [英] How to locate Google Chrome extension dir

查看:414
本文介绍了如何找到谷歌浏览器扩展程序目录的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述



我刚刚看到该软件在我的朋友身上不起作用。

我确实看到他的chrome目录不在%appdata%文件夹中它的程序文件中吗?



所以如何找到真正的安装插件的chrome目录的最新版本?



谷歌说:

  Windows:
chrome_root\Application\chrome_version\Extensions\
例如:c:\ Users \Me\AppData\Local\Google\Chrome\Application\\\6.0 .422.0\\Extensions\

但是如何找到chrome_root?

解决方案


  1. 访问 chrome:// version

  2. 查看配置文件路径
  3. 扩展可以在 Extensions 子目录中找到您在上一步中找到的路径。



您也可以使用 - load-extension flag:

  chrome.exe --load-extension = path / to / extension 


Hi i'm installing extensions by programmatically by a little c# program.

I just did see the software doesn't work on my friend.

i did see his chrome directory is not at %appdata% folder its at program files?

so how to find the real latest version of chrome directory for install plugins?

Google says

 Windows: 
 chrome_root\Application\chrome_version\Extensions\ 
 Example: c:\Users\Me\AppData\Local\Google\Chrome\Application\6.0.422.0\Extensions\

but how to find the chrome_root?

解决方案

  1. Visit chrome://version.
  2. Look at Profile Path.
  3. Extensions can be found in the Extensions subdirectory of the path you found at the previous step.

You can also load the extension using the --load-extension flag:

chrome.exe --load-extension=path/to/extension

这篇关于如何找到谷歌浏览器扩展程序目录的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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