I am trying to get an extension working with the snippets from the
Extension Process Model (http://dev.chromium.org/developers/design-
documents/extensions/process-model)
When I try it out I get an error "Uncaught ReferenceError: extension
is not defined" at line:
extension.currentTab.postMessage("autolink");
I changed this to:
chromium.extension.currentTab.postMessage("autolink");
I get an error saying currentTab is not defined.
What am I doing wrong?
--~--~---------~--~----~------------~-------~--~----~
Chromium Discussion mailing list: [email protected]
View archives, change email options, or unsubscribe:
http://groups.google.com/group/chromium-discuss
-~----------~----~----~----~------~----~------~--~---