ContextSearch web-ext 的评价
ContextSearch web-ext 作者: Mike B
196 条评价
- 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, 2 年前
开发者回应
发布于 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, 2 年前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}开发者回应
发布于 2 年前(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.
- 评分 4 / 5来自 Firefox 用户 15217831, 3 年前Not quite as polished as the screenshots would suggest. But certainly the functionality for this extension is beautiful.
*The sidebar doesn't seem to be displaying anything ... But the button for the extension is working just fine. - 评分 2 / 5来自 rediffusion, 3 年前Нет возможно выборочного поиска на нескольких сайтах одновременно. Фигня!
开发者回应
发布于 3 年前"There is no possible selective search on multiple sites at the same time. Bullshit!"
There are a number of ways to search multiple sites at the same time.
Folder search -> Search every engine in a particular folder with one click.
When using the context menu, enable "Show an option to search the entire folder at the top of the menu". This places a menu entry that allows searching every engine in the folder.
When using one of the tile-based menus, map a mouse button to a folder search action under Quick Menu -> Search Actions. Tile-based menus also allow for clicking several engines, one after the other, while keeping the menu open, whereas the context menu does not.
You can also create a new engine with multiple URLs in the template field. Simply enter them as a javascript array, i.e. ["http://somewebsite/q={searchTerms}", "http://someotherwebsite/search/{searchTerms}"]
Существует несколько способов одновременного поиска на нескольких сайтах.
Поиск в папке -> Поиск в каждом движке в определенной папке одним щелчком мыши.
При использовании контекстного меню включите «Показать параметр для поиска во всей папке вверху меню». Это помещает пункт меню, который позволяет искать каждый движок в папке.
При использовании одного из меню на основе плитки сопоставьте кнопку мыши с действием поиска в папке в меню «Быстрое меню» -> «Действия поиска». Меню на основе плитки также позволяют щелкать несколько движков один за другим, оставляя меню открытым, тогда как контекстное меню этого не делает.
Вы также можете создать новый движок с несколькими URL-адресами в поле шаблона. Просто введите их в виде массива JavaScript, например ["http://somewebsite/q={searchTerms}", "http://someotherwebsite/search/{searchTerms}"] - 评分 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.开发者回应
发布于 3 年前👍 sorry I didn't see your edit sooner. I have a fix ready and will have a new release soon