简体   繁体   English

Chrome 在哪里存储扩展程序?

[英]Where does Chrome store extensions?

I looked in:我看了看:

C:\Documents and Settings\username\Local Settings\Application Data\Google\Chrome\User Data\Default\Extensions

for unpacked extensions, but that folder is empty for me.对于解压缩的扩展,但该文件夹对我来说是空的。

For newer versions, where does Chrome store the files?对于较新版本,Chrome 将文件存储在哪里?

Storage Location for Unpacked Extensions未打包扩展的存储位置

Extension engine does not explicitly change their location or add a reference to its local paths, they are left in the place where there are selected from in all Operating Systems .扩展引擎不会显式更改它们的位置或添加对其本地路径的引用,它们留在所有操作系统中选择的位置。

Ex: If i load a unpacked Extension from E:\\Chrome Extension the unpacked Extension is still in the same location例如:如果我从E:\\Chrome Extension加载一个解压的扩展,解压的扩展仍然在同一个位置

Storage Location for Packed Extensions打包扩展的存储位置

Navigate to chrome://version/ and look for Profile Path , it is your default directory and Extensions Folder is where all the extensions, apps, themes are stored导航到chrome://version/并查找Profile Path ,它是您的默认目录,Extensions 文件夹是存储所有extensions, apps, themes地方

Ex:前任:

Windows视窗

If my Profile Path is %userprofile%\\AppData\\Local\\Google\\Chrome\\User Data\\Default then my storage directory is:如果我的配置文件路径%userprofile%\\AppData\\Local\\Google\\Chrome\\User Data\\Default那么我的存储目录是:

C:\Users\<Your_User_Name>\AppData\Local\Google\Chrome\User Data\Default\Extensions 

Linux Linux

~/.config/google-chrome/Default/Extensions/

MacOS苹果系统

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

Chromium

~/.config/chromium/Default/Extensions

由于 chrome 提供了多个配置文件,因此您不会直接在C:\\Users\\<Your_User_Name>\\AppData\\Local\\Google\\Chrome\\User Data\\Default\\Extensions但您必须先输入chrome://version/在一个选项卡中,然后在其中查找配置文件路径,在您到达配置文件路径后,在其中查找扩展文件夹,然后查找具有所需扩展 ID 的文件夹

For my Mac, extensions were here:对于我的 Mac,扩展程序在这里:

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

if you go to chrome://extensions you'll find the "ID" of each extension.如果您访问chrome://extensions您会找到每个扩展程序的“ID”。 That is going to be a directory within Extensions directory.这将是扩展目录中的一个目录。 It is there you'll find all of the extension's files.在那里你可以找到所有扩展的文件。

对于旧版本的 Windows(2k、2k3、xp)

"%Userprofile%\Local Settings\Application Data\Google\Chrome\User Data\Default\Extensions" 

For Chrome on Mac, if you have multiple profiles, you can find it under your profile folder, either Default or Profile # .对于 Mac 上的 Chrome,如果您有多个配置文件,您可以在您的配置文件文件夹下找到它, DefaultProfile # ie either即要么

~/Library/Application Support/Google/Chrome/Default/Extensions/ or ~/Library/Application Support/Google/Chrome/<Profile 1>/Extensions/ ~/Library/Application Support/Google/Chrome/Default/Extensions/~/Library/Application Support/Google/Chrome/<Profile 1>/Extensions/

Another alternative is to do right click on the chrome icon and then go to shortcut tab (according to windows 10).另一种选择是右键单击 chrome 图标,然后转到快捷方式选项卡(根据 Windows 10)。 You will see there "Target", copy the path and remove "chrome.exe".您将在那里看到“目标”,复制路径并删除“chrome.exe”。

It is a bit late, but you can find it (windows 10 chrome 83)有点晚了,但你可以找到它(windows 10 chrome 83)

%USERPROFILE%\AppData\Local\Google\Chrome\User Data\<your profile>\Extensions

Chrome now store it per profile. Chrome 现在按配置文件存储它。 If you only have one profile, it's in a folder called Default如果您只有一个配置文件,则它位于名为Default的文件夹中

This link " Finding All Installed Browsers in Windows XP and Vista – beware 64bit! " may be useful for Windows as suggested by " How to find all the browsers installed on a machine ".此链接“ 在 Windows XP 和 Vista 中查找所有已安装的浏览器 – 当心 64 位! ”可能对 Windows 有用,如“ 如何查找安装在机器上的所有浏览器”所建议的那样。

The installed web browsers are saved in this registry,已安装的 Web 浏览器保存在此注册表中,

HKEY_LOCAL_MACHINE\\SOFTWARE\\Clients\\StartMenuInternet HKEY_LOCAL_MACHINE\\SOFTWARE\\Clients\\StartMenuInternet

HKEY_LOCAL_MACHINE\\SOFTWARE\\WOW6432Node\\Clients\\StartMenuInternet. HKEY_LOCAL_MACHINE\\SOFTWARE\\WOW6432Node\\Clients\\StartMenuInternet。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM