Reputation: 26565
Some chrome extension doesn't work on chromium. This for example: http://code.google.com/chrome/extensions/samples.html#5d81304a17cf7ac2887484f730fbd2b01e51e166
How can I get it to work on chromium ?
Upvotes: 5
Views: 9057
Reputation: 349222
I can successfully load it (Chromium 18.0.1025.151, Ubuntu 11.10).
I only encountered one problem, when I literally dragged the code to nano
: Some newlines were truncated, causing code to be commented. Check whether you correctly copy-pasted the code.
When the extension loads, but "nothing happens", check the console for errors. The console for the background page can be opened by following these steps.
Upvotes: 3