You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I kept a bookmark to .../src/browse/index.html?engine=allEngines so that I could quickly look up pictures pasted from the clipboard or uploaded from storage without having to constantly use the extension icon menu and change away from Capture.
In the latest version of the extension the above URL displays a page with the message The page URL is not valid. Try searching again for the image.
Is it possible that the old behavior can be restored with the current URL implementation?
Logs
// REPLACE WITH LOGS
The text was updated successfully, but these errors were encountered:
The way the extension works has completely changed. That page is no longer stateless, now there's a session ID that references a search task that holds settings related to the search. This will be further abstracted in the near future when search engine customization is implemented, and at that point adding a special case of recognizing an engine name from the URL would not work either.
Going forward, you could configure the context menu and toolbar popup differently to make things a bit easier. For example the toolbar button could be set to the Upload search mode from the extension's options, and the Search all engines option set to From browser toolbar. This way you'll be able to open the upload page with a single click on the extension icon to search with all engines, while still being able to use the Capture search mode from the context menu.
You could even install a second instance of the extension and configure a second toolbar button to open the upload page directly. These are the latest unsigned extension packages from the release page, if you opt to install a second instance:
There's a possibility of adding completely independent configuration for the context menu item and the toolbar button in the future, independent engine list etc., but for now you'll have to use a workaround.
Keyboard shortcuts will also be added at some point: #83
System
Bug description
I kept a bookmark to
.../src/browse/index.html?engine=allEngines
so that I could quickly look up pictures pasted from the clipboard or uploaded from storage without having to constantly use the extension icon menu and change away from Capture.In the latest version of the extension the above URL displays a page with the message
The page URL is not valid. Try searching again for the image.
Is it possible that the old behavior can be restored with the current URL implementation?
Logs
The text was updated successfully, but these errors were encountered: