Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/emvaized/google-tiles-extension

Browser extension for Chrome and Firefox for customizing the Google Search page
https://github.com/emvaized/google-tiles-extension

chrome chrome-extension firefox firefox-addon firefox-extension google

Last synced: about 1 month ago
JSON representation

Browser extension for Chrome and Firefox for customizing the Google Search page

Awesome Lists containing this project

README

        

# Google Search Tweaker (tiled google search)

Customize the looks and behavior of Google search page for better productivity

* Make whole search result clickable and interactive (just like in DuckDuckGo)
* Make search results look and behave like cards, with configurable border radius, shadows, colors and so on
* Extended keyboard navigation with arrow keys and number keys
* Utilize horizontal screen space and scroll less by moving search widgets to the right sidebar, basically getting 2-column view

Firefox (>109.0)

Get for Firefox

Chrome (Edge, Brave, Vivaldi etc)

Get for Chrome

## Note about "all tabs" permission

Although browser may mark this addon as requiring access to all opened tabs, in fact it is not. It uses include_globs manifest key to gain access only to Google search page and all it's local variations (such as "www.google.es", "google.com.ua" etc).

This addon doesn't have access to any other pages you open, which you can verify by checking the extensions dropdown in the toolbar. This confusion comes from limitations of matches manifest key, which doesn't support precise subdomain matching.

## Support
If you really enjoy this product, please consider supporting its further development by making a small donation!

Support on Ko-fi   Donate using Liberapay   Donate Bitcoin

## Building
- `npm install` to install all dependencies
- `npm run build` to generate `dist` folder with minimized code of the extension