Recensioni per Persistent Highlighter
Persistent Highlighter di n8chz
19 recensioni
- Valutata 2 su 5di Utente Firefox 15117876, 4 anni fa
- Valutata 2 su 5di Noob Saibot, 5 anni faUninstalled when the "remove highlight" didn't work. Other than that it's okay. I think it's color selector is "bloated" (to many useless colors to choose from); sometimes simple is better.
- Valutata 5 su 5di alucioso, 5 anni faThank you very much! Thank god there's a simple web extension addon to highlight text in web pages (until a proper one appears).
A tool to highlight is the simplest thing to do: insert "span background-color:#FFFF00 ..", but you can't find an editor/addon to do just this.
Almost all of them can't edit previous saves, and if one does you must do things its way (no guarantees).
Tested this with pages saved with SingleFile and worked! - Valutata 1 su 5di Utente Firefox 13717362, 5 anni faIt got stuck on a deep orange color, so dark it was hard to read the text, and simply would not change color after I chose one on the background color popup.
- Valutata 5 su 5di ergonomic-cat, 5 anni fa
- Valutata 5 su 5di Utente Firefox 13617557, 6 anni fa
- Valutata 1 su 5di Svetlana Tkachenko, 6 anni fa
- Valutata 4 su 5di Utente Firefox 14249679, 6 anni faRight away I found this extension useful! It's easy to figure out and very helpful. The only thing I would add if I could was the ability to save the highlighted text to some sort of notepad for later.
- Valutata 4 su 5di Utente Firefox 14125046, 7 anni faI agree with visiteur668. Excellent tool. Very usefull. Thank you.
The improvment I would suggest is bar icons (or special keys stroke) in order to select/change colors and highlight selected text with a single click (as it was possible with Prostetnic highlighter... where selected colour icon indicated selected colour without the need to check from the menu). Right click menu needs at least two clicks). - Valutata 3 su 5di kalimbra_gandi, 7 anni faunfortunately do not work well. Content of the choose color panel is never displayed and I have to select and highligh a word at least 6 or 7 times before it is kept for future usage.:(
- Valutata 4 su 5di visiteur668, 7 anni faWorks well ! Thank's.
The improvment I would like is a menu (or special keys stroke) in order to select/change colors (as it was possible with Prostetnic highlighter...)... Also a menu icon appearing in the menu bar would be welcome :-)) - Valutata 4 su 5di Utente Firefox 13713422, 7 anni faI could not quickly find any better/other extension to highlight text that is saved automatically in the same file (I use Zotero to save interesting websites but a highlight feature is missing there).
After a few reloads, I can confirm that Persistent Highlighter seems to do the job on the latest Firefox version.
I suggest to put the highlight options directly into the right click context menu and not in a subsection. Then it would be so much faster to use.
Of course, ideally there should be an option to switch marking on so that any selected text will be highlighted instantly.
It is interesting that such a fundamental function like instant highlighting seems so hard to implement - well, I am glad at least this add-on exists - thank you for that! - Valutata 5 su 5di girl921, 7 anni faDoes what I need it to. I wish it only took one click instead of 2 to highlight something tho, and I wish there was a clear highlighting option.
Replica dello sviluppatore
pubblicato il 7 anni faClick right mouse button or equivalent while cursor is over a highlighted passage. There should be a menu item that says "This highlighted passage...", with options for your choice of modifying (basically changing the colors) or removing the highlight.
I had to make this a separate menu from the add-on's own context menu because WebExtensions API doesn't offer a SelectorContext for context menus. HTML does, so I got devious and told my content script to attach such a menu to each highlighted element. - Valutata 3 su 5di Dusty Diver, 7 anni faFirst time ever using this add on and it's SO useful for people like me with ADHD.. I know I can manually remove the colors by choosing a white background and black text, but this won't work every time.
I can see in the previous comments that there IS a clear highlighting button separate from the context menu, but I can't seem to find it at all. Can someone help me out here please? - Valutata 3 su 5di Jerry, 7 anni faThe selector is located at the top of the context menu. I loved Prostetnic and am very disappointed that it is gone. Whyyyy? But n8chz has at least given us, free of charge, a backup. Thank you.
- Valutata 1 su 5di GodzGirl, 8 anni faNo.....if u dont have time to really keep up, just do it. Prostetnic was awesome, this is a waste of the second it takes to download. What really blew me was, in choosing a color, which is an inconvenience, it CLOSED THE ENTIRE BROWSER. Please just call it day and remove it from the add-on list. I gave one star because it wouldn't allow me to post w/o it, but I certainly tried to give it a negative 0.
- Valutata 2 su 5di Hersh Verthun, 8 anni faThere is no option to **clear** a highlight. I think the developer intends to work on this addon but as of now this addon is more like a test-bed for the developer than a finished product for the user.
Replica dello sviluppatore
pubblicato il 8 anni faIt's on a separate context menu from the one used for highlighting and color selection. That couldn't be helped because the WebExtensions API does not include a selector context, so I had to perpetrate a little hack with HTML's version of context menus.