firefox - How do I access a .xul file using a chrome:// URL? -
I'm learning how to make a Firefox extension.
I have created a directory to find that I have a findfile.xul file in the directory content / skin / and locale / content / directory. The other two are empty
I have placed a findfile.manifest file under /fome/akshay/.mozilla/firefox/xxxx.dev/chrome/
findfile.manifest is the content of :
When I use findfile.xul using a file: // URL, this works great. But when I try to access it using Chrome: //findfile/content/findfile.xul, that window does not show.
may be renamed searchfile.manifest for Chrome.manifest?
There is no good idea to give complete path besides this. Use relative path instead.
Comments
Post a Comment