Reputation: 133
I need to install a chrome extension on a headless Server. One way is using group policy. I am looking for some other way of doing this.
For Firefox I would just place my XPI ( extension ) in the profile directory/extensions folder and Firefox would pick the extension . I wonder if for chrome I can do something similar.
Thanks.
Upvotes: 4
Views: 5062
Reputation: 133
This is exactly what I was looking for. Found the answer here.
http://developer.chrome.com/extensions/external_extensions.html
Upvotes: 7
Reputation: 18534
Linux:
/opt/google/chrome/extensions/ /usr/share/google-chrome/extensions/
Note:
Use chmod if necessary to make sure that the aaaaaaaaaabbbbbbbbbbcccccccccc.json files are world-readable.
Upvotes: -1