google-chrome - .crx 文件在 Chrome 中安装

标签 google-chrome google-chrome-extension

我刚刚创建了一个非常简单的 chrome 扩展,它运行良好。但是当我转换为 .crx 文件并尝试用 chrome 打开它时,没有任何反应。我的chrome浏览器版本是19.0.1081.2 dev-m。我的扩展使用jquery-1.4.2.min。我不明白问题出在哪里?

最佳答案

更新:自 Chrome 80 以来似乎已停止工作

将“.crx”文件拖放到到“扩展”页面

  1. Settings - icon > Tools > Extensions
    ( the 'hamburger' icon in the top-right corner )

  2. Enable Developer Mode ( toggle button in top-right corner )

  3. Drag and drop the '.crx' extension file onto the Extensions page from step 1
    ( crx file should likely be in your Downloads directory )

  4. Install

来源:Chrome YouTube Downloader - 安装说明

关于google-chrome - .crx 文件在 Chrome 中安装,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9931906/

相关文章:

javascript - 访问采用无限动态滚动的网站元素

reactjs - 为什么 chrome 开发工具控制台会在一个网站上显示 Post 500 错误的链接,而在另一个网站上却没有?

javascript - Chrome ://Invalid Scheme

javascript - 将变量传递给 chrome.tabs.onUpdated.addListener() - Chrome 扩展

jquery - Chrome 扩展程序 : Cross Origin $. 发布请求

javascript - Chrome 扩展程序 : Capture URL of the newest tab opened

javascript - 执行页面脚本,该脚本是在页面中的其他 JavaScript 之前从内容脚本插入到页面中的

javascript - HTML 和 jQuery 获取 href

javascript - 在 Chrome Kiosk 模式下禁用/自定义与触摸相关的输入 UI

google-chrome - Snippets of Chrome Dev Tool 保存在哪个文件中?