mindon / ingress-portals-finder

a Chrome Extension for the Game - Ingress
74 stars 59 forks source link

Help me about Ingress chrome extension #22

Closed donghaerang closed 11 years ago

donghaerang commented 11 years ago

Hi, all. I modified a google chrome extension for Ingress. It worked before since 2013-05-10. and now, it's not working.(I guess bookmarklet.js file has the problem.) I know here is not Q&A about the other problem. But, I'm not a programmer. and I don't know how to fix the problem. So, here is the only place that I ask. Please check it out and if anyone can fix the problem, send me the fixed file please. My problemed file link is https://www.dropbox.com/s/mjcr1mvxihk5yba/Ingress%3B%20KR%20Portal%20List%20v0.9.1.16.zip Thank you.

mindon commented 11 years ago
  1. error found: Resources must be listed in the web_accessible_resources manifest key in order to be loaded by pages outside the extension. ( you could get the error from the developer tool console of Chrome)
  2. I think you should limit the extension running only for ingress.com/intel
  3. It's not a good idea using window.open
  4. It would be better using dynamic DOM node creating & update its content using innerHTML, not document.write ...