Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/emvaized/google-tiles-extension
- Owner: emvaized
- License: other
- Created: 2021-01-29T15:44:38.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-11-03T00:01:15.000Z (about 2 months ago)
- Last Synced: 2024-11-03T01:16:17.921Z (about 2 months ago)
- Topics: chrome, chrome-extension, firefox, firefox-addon, firefox-extension, google
- Language: JavaScript
- Homepage:
- Size: 533 KB
- Stars: 8
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
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 viewChrome (Edge, Brave, Vivaldi etc)
## 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!## Building
- `npm install` to install all dependencies
- `npm run build` to generate `dist` folder with minimized code of the extension