Chrome:// URI path for an icon in omni.ja
URI paths can be used to access internal resources in Firefox.
For example, the URI: chrome://mozapps/skin/extensions/rating-won.png relates to the real physical folder path of: ... /omni.ja!/chrome/toolkit/skin/classic/mozapps/extensions/rating-won.png
What is the chrome:// URI for the this particular icon?: ... /omni.ja!/contentaccessible/html/folder.png
It is higher up the tree than the usual top-level items, and I can't figure out the correct chrome URI for it.
被采纳的解决方案
Maybe it is easier to use resource:// links?
- resource://content-accessible/html/folder.png
- https://searchfox.org/mozilla-release/search?q=folder.png
----
- resource:///
- resource://gre/
- resource://gre-resources/ => resource://gre/chrome/toolkit/res/
所有回复 (2)
选择的解决方案
Maybe it is easier to use resource:// links?
- resource://content-accessible/html/folder.png
- https://searchfox.org/mozilla-release/search?q=folder.png
----
- resource:///
- resource://gre/
- resource://gre-resources/ => resource://gre/chrome/toolkit/res/
由cor-el于