Closed gureedo closed 11 years ago
I want to get ext version from content script, but kango object does not have method getExtensionInfo(). Is there a possibility to add such functional?
kango
getExtensionInfo()
You can access only some APIs from content scripts. To access kango.getExtensionInfo from content script you should use kango.invokeAsync.
I want to get ext version from content script, but
kango
object does not have methodgetExtensionInfo()
. Is there a possibility to add such functional?