ContextSearch web-ext에 대한 리뷰
ContextSearch web-ext 제작자: Mike B
리뷰 175개
개발자 답글
2년 전에 게시됨(edit) That bug has been found and will be fixed in the next release
The save bug is known and may have been addressed in a recent version. I know it's been a persistent annoyance.
As for the transparency, you should be able to set that yourself using CS Options -> General -> User Styles. Use CSS selectors to apply opacity levels to the menu. If you need help, open an issue at the github site.- 5점 만점에 5점Alwaysliumx 님, 2년 전
- Love this add-on and use it all the time, but as of today 16-May-2023 (same date as last updated), it no longer works. Clicking on the icon in the overflow toolbar does nothing. I hope this can be fixed soon.
Edit: Thank you for responding. I've reported the issue on Github, as requested. I'm happy to try debugging advice (I'm in Australia, so probably a time difference).
Edit 2: Well I thought I'd fixed it by uninstalling and reinstalling it, but when I logged into my laptop today, it wasn't working again.개발자 답글
2년 전에 게시됨I wonder if something went wrong during the update. If reloading the browser didn't fix the problem, please open a new issue at the support site here.
https://github.com/ssborbis/ContextSearch-web-ext/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc
There, I can better help troubleshoot and check for any problems. You can also edit your reply here and I'll try to talk you through some debugging. - 5점 만점에 5점Firefox 사용자 13667925 님, 2년 전
- 5점 만점에 5점Firefox 사용자 17780547 님, 3년 전
개발자 답글
2년 전에 게시됨Sorry for the late reply. If you're still having issues, please edit your review and elaborate or visit the github support site and I'd be happy to look into the problem.- 5점 만점에 5점Gridlocked 님, 3년 전This actually works with any website that has a search bar - as far as I can tell.
IMO this is far better than any other 'context' search extension as all the rest are limited. - What happened to the domain search engine, it just disappeared into thin air and disappears again if I import an older backup??? Hope this can be resolved because I use it quit often.
I do really love this highly adjustable search bubble, thank you for that!
PS I figured it out, had to add a new engine with:
https://www.google.com/search?q=site:{subdomain} {searchTerms}개발자 답글
3년 전에 게시됨(edit #4) 1.46.3 going up. If this doesn't solve the problem, please consider opening a new issue at the support site.
(edit #3) One more issue to fix. The engine disappears after you move it.
(edit #2) 1.46.2 going up. You can replace {subdomain} with {selectdomain} and get the tiled menus to display choices again.
(edit) I'm seeing the problem. I'll get a hotfix up soon. Thanks for the heads up
I'd be interested in trying your old config to see the engine disappear so I can correct that bug. If you you have a github account, open a new issue at the support site and I'll look into it. - 5점 만점에 5점Firefox 사용자 14086121 님, 3년 전
- 5점 만점에 5점asg aesgasgea sg 님, 3년 전By far the most important extension. Would switch browsers for an addon like this. Not only that but the guy is awesome and very responsive on his github.
- 5점 만점에 5점Hassanjwr6 님, 3년 전
- 5점 만점에 5점RACHEL SALZMAN 님, 3년 전
개발자 답글
3년 전에 게시됨Thanks. I've found the problem based on the links you provided.
The clipboard API requires a secure HTTPS website to function. The first link you provided uses HTTPS on the main page, but not on the results page. I assume it's the same issue you're having on your local server ( no https ).
I've added some fallback code that seems to work, but the function is long depreciated, and may stop working at some point. Fixes will be in the next release.