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.
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)
I think you should limit the extension running only for ingress.com/intel
It's not a good idea using window.open
It would be better using dynamic DOM node creating & update its content using innerHTML, not document.write ...
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.