FoxReplace 的评价
FoxReplace 作者: Marc
80 条评价
- 评分 5 / 5来自 Firefox 用户 18428008, 2 个月前Exactly what I need, super fast, regexp, always there for me. Thanks heap!
- 评分 5 / 5来自 Firefox 用户 17581532, 1 年前
- 评分 5 / 5来自 Firefox 用户 18585026, 2 年前
- 评分 5 / 5来自 Firefox 用户 14626124, 2 年前
- 评分 5 / 5来自 Firefox 用户 11609870, 2 年前Simple clear and easy to use so far. Search and replace text, it does what is says. Haven't done extensive testing to see if there are any issues as others have reported, but has been pretty solid for me.
- 评分 5 / 5来自 BobbyMcBobson, 2 年前Makes the internet more bearable for me.
edit:
The extension seems to disable itself anytime I restart Firefox. Is there any way to fix this? - 评分 5 / 5来自 cpt-nemo78602, 2 年前
- 评分 5 / 5来自 Firefox 用户 15766654, 2 年前
- 评分 5 / 5来自 DuckRebooted, 3 年前Very very good, you can use an * in the menu for selecting which URLs replacements apply to
- This thing is great. One piece of feedback is maybe let us have a toggle to have this addon snap to the bottom like where the vanilla Find feature is located. The toggle would still allow people to have it on left like it is now. Is this extension acting as a sidebar? I guess that could explain why it snaps to left...
Even better when you replace CTRL+F (and even F3), which this does not do by default. You can do this in AHK v1 with this script:
#IfWinActive ahk_exe firefox.exe
Ctrl & F::
SendInput {Ctrl down}{shift down}{F9 down}{Ctrl up}{shift up}{F9 up}
return
#IfWinActive ahk_exe firefox.exe
F3::
SendInput {Ctrl down}{shift down}{F9 down}{Ctrl up}{shift up}{F9 up}
return