How do I manually install extensions on Chrome for OS X?

后端 未结 2 1930
独厮守ぢ
独厮守ぢ 2021-01-27 05:56

i have create a chrome extension and i want to add it manually to chrome on mac osx (10.7 and 10.8)

i tried to do the following steps

  1. add the extension

相关标签:
2条回答
  • 2021-01-27 06:34

    Currently, it is not possible to install extension via crx that's not hosted on chrome store in windows and mac machines. From the documentation, https://developer.chrome.com/docs/extensions/mv2/external_extensions/ -

    Warning Windows and Mac installs must come from Chrome Web Store: As of Chrome 33, no external installs are allowed from a path to a local .crx on Windows (see Protecting Windows users from malicious extensions). As of Chrome 44, no external installs are allowed from a path to a local .crx on Mac (see Continuing to protect Chrome users from malicious extensions).

    0 讨论(0)
  • 2021-01-27 06:48

    Can you try this path

    For a specific user: ~USERNAME/Library/Application Support/Google/Chrome/External Extensions/

    For all users: /Library/Application Support/Google/Chrome/External Extensions/

    If you do not see external extensions installed when Chrome is launched, there may be a permissions problem with the external extensions preferences files.

    References

    a) Mac Troubleshooting .

    b) Deployment Options

    Let me know if you need more information.

    0 讨论(0)
提交回复
热议问题