Review of "Web Search" version 1

Details Page Preview

A gnome-shell extension which provide web search in one click.

Extension Homepage
https://github.com/sciancio/websearch

No comments.

FAQ

Files

Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.

Shexli (experimental)

Shexli has not produced a result yet.

All Versions

Version Status
15 Active
14 Active
13 Active
12 Rejected
11 Active
10 Active
9 Active
8 Active
7 Active
6 Active
5 Active
4 Active
3 Rejected
2 Active
1 Active

Previous Reviews on this Version

gcampax posted a review
I thought we already had google search in the overview... Btw, you should avoid a SystemStatusButton, since you don't use the menu (although maybe ButtonBox appeared after 3.2, didn't check) Also, instead of Util.spawn, you should use Gtk.show_uri, which deals with startup notification and ensures that you spawn the configured browser. None of this is a blocker, though
sciancio posted a review
This search method is, in my opinion, faster. When it will be possible to get the primary selection, will be much faster. Following your suggestions I have modified the code to use ButtonBox and Gtk.show_uri. Only a question: I have add a images folder. How do I submit new version using flat option of zip (zip -j)? Thanks.