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 :

findfile file: /// home / akshay / programs / firefox / findfile / content / skin findfile classic / 1.0 file: /// home / akshay / programs / firefox / findfile / File / file /

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

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -