-
-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Favicons of extension's pages in the tree view #202
Comments
Merging into #196 |
Reopening, though, because it turns out Tampermonkey's icons are Edit What I am really asking for is a conventional bug report. What steps did you take, what did you see, and what did you want to see instead? I am not convinced I completely understand your original post. Thanks! |
Here is what extensions' tabs look like right now. Edit: (in v0.2.1) uBlock is special, TF tries to use Chrome has a special url scheme to allow access to favicon. It supports accessing other extensions favicons. This is manually edited by adding styles to the elements. To be clear, here are the five favicons in the order of the image
So, when encountering a tab with a URL starting with |
Current code released with v0.3.0 --- please let me know how it's working for you! |
Sorry. I don't see the extensions' icons in the list. |
Apparently, chrome gives access to favicons of extensions. I haven't found any documentation, but by analysing the bookmark manager's source code, I came upon this url scheme:
for TF:
chrome://favicon/size/16@1x/chrome-extension://hbajjpcdbninabigakflkhiogmmjaakm
for tampermonkey:
chrome://favicon/size/16@1x/chrome-extension://dhdgffkkebhmkfjojejmpbldmpobfkfo
You can change the size by modifying the number in the url.
They also play with
1x
2x
.I've manually tested by using the url directly in the source code of TF's window. It works.
The text was updated successfully, but these errors were encountered: