Can't use jQuery ($.Storage.get) in a Chrome extension -


when type in chrome console $.storage.get('ui_s') returns value "th_classic" website should.
when try use in chrome extension returns error following text: typeerror: cannot call method 'get' of undefined
do wrong? other jquery functions use in extension work fine.
i couldn't find answer because search engines ignore "$." in seach requests.


Comments

Popular posts from this blog

assembly - 8086 TASM: Illegal Indexing Mode -

Java, LWJGL, OpenGL 1.1, decoding BufferedImage to Bytebuffer and binding to OpenGL across classes -

java - SmsManager sending message more than one -