google-chrome - 手动向 Chrome 添加扩展程序

标签 google-chrome google-chrome-extension

我已经下载了 Chrome 扩展程序,但当我尝试将其添加到 Chrome 时,出现错误:“这只能从 Chrome 网上应用店添加”。 我该怎么办?

特别是我想从 here 添加“Chrome 远程桌面” 。我是从This Site下载的。 我尝试了两个答案,但仍然遇到相同的错误。

最佳答案

按照以下步骤操作

1) Unzip the .crx (it is ZIP format) into a new directory
2) Remove or rename _metadata/ subdirectory, if present
3) In Chrome browser url type:chrome://extensions/
4) Check on Developer mode.
5) Select "Load unpacked extension..." and select the directory from 1)

关于google-chrome - 手动向 Chrome 添加扩展程序,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/23008493/

相关文章:

javascript - 在页面更改时运行脚本

google-chrome - Chrome 扩展命令(键盘快捷键)不起作用

google-chrome - 我可以使用 Google Chrome 的 API 更改 UI 吗?

javascript - 为什么 Mozilla Firefox 会抛出语法错误?

javascript - 当我在 google chrome 浏览器上运行我的本地 webRTC 应用程序时,没有生成 ICE 候选人

ios - Dropzone 在 iOS 11 上失败

google-chrome - 通过 chrome 扩展程序将 html 插入当前选项卡?

google-chrome - 如何在 Chrome 扩展中获取 2x favicon

css - 从 Chrome 开发者工具样式更改输入占位符颜色

javascript - 通过 Chrome 的开发工具编辑资源时,有没有办法监视 keyup 事件?