All Projects → harshadgavali → searchprovider-for-browser-tabs

harshadgavali / searchprovider-for-browser-tabs

Licence: MIT License
Browser tab search provider for GNOME

Programming Languages

typescript
32286 projects
rust
11053 projects
Meson
512 projects
javascript
184084 projects - #8 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to searchprovider-for-browser-tabs

Read Aloud
An awesome browser extension that reads aloud webpage content with one click
Stars: ✭ 444 (+2014.29%)
Mutual labels:  firefox-addon, browser-extension, edge-extension
Github Hovercard
Neat hovercards for GitHub.
Stars: ✭ 1,655 (+7780.95%)
Mutual labels:  firefox-addon, browser-extension, edge-extension
Ccsearch Browser Extension
Cross-Browser extension to search, filter and use images in the public domain and under Creative Commons licenses.
Stars: ✭ 92 (+338.1%)
Mutual labels:  firefox-addon, browser-extension, edge-extension
GladiatusCrazyAddon
A browser addon for the Gladiatus browser game.
Stars: ✭ 31 (+47.62%)
Mutual labels:  firefox-addon, browser-extension, edge-extension
infy-scroll
A web extension for Chrome, Edge, and Firefox. Add customized infinite scrolling to websites and auto load the next page. Supports the AutoPagerize Database. (Beta)
Stars: ✭ 70 (+233.33%)
Mutual labels:  firefox-addon, browser-extension, edge-extension
Network Plus
DevTools for network recording, modification and resending.
Stars: ✭ 122 (+480.95%)
Mutual labels:  firefox-addon, browser-extension, edge-extension
url-incrementer
A web extension for Chrome, Edge, and Firefox. Increment a URL or go to the next page. Supports auto incrementing and advanced toolkit functions like scraping URLs.
Stars: ✭ 27 (+28.57%)
Mutual labels:  firefox-addon, browser-extension, edge-extension
Spotify Lyrics
🎉 Desktop Spotify Web Player Instant Synchronised Lyrics
Stars: ✭ 162 (+671.43%)
Mutual labels:  firefox-addon, browser-extension, edge-extension
quickjira
🚤 📂 Quickly access the JIRA of your choice by typing the ticket id
Stars: ✭ 65 (+209.52%)
Mutual labels:  firefox-addon, browser-extension, edge-extension
slack-channels-grouping
Chrome extension. Grouping slack channels.
Stars: ✭ 69 (+228.57%)
Mutual labels:  firefox-addon, browser-extension, edge-extension
ccsearch-browser-extension
[PROJECT TRANSFERRED] Cross-Browser extension to search, filter and use images in the public domain and under Creative Commons licenses.
Stars: ✭ 115 (+447.62%)
Mutual labels:  firefox-addon, browser-extension, edge-extension
security.txt
ℹ️ Cross-platform browser extension for discovering security.txt and humans.txt files.
Stars: ✭ 15 (-28.57%)
Mutual labels:  firefox-addon, browser-extension, edge-extension
pocketizer
Unofficial Pocket new tab extension for Chrome, Firefox, and Edge
Stars: ✭ 43 (+104.76%)
Mutual labels:  firefox-addon, browser-extension, edge-extension
earth-view-wallpaper-gnome-extension
A beautiful satellite image from Google Earth as your GNOME desktop wallpaper.
Stars: ✭ 48 (+128.57%)
Mutual labels:  gnome, gnome-shell-extension
xcloud-keyboard-mouse
Chrome extension for controlling Xbox Cloud Gaming (Project xCloud) using a keyboard and mouse
Stars: ✭ 78 (+271.43%)
Mutual labels:  browser-extension, edge-extension
gnome-shell-extensions-sync
Syncs gnome shell keybindings, tweaks settings and extensions with their configuration across all gnome installations
Stars: ✭ 188 (+795.24%)
Mutual labels:  gnome, gnome-shell-extension
gnome-runcat
😼 The cat tells you the CPU usage by running speed
Stars: ✭ 194 (+823.81%)
Mutual labels:  gnome, gnome-shell-extension
gnome-shell-extension-spotify-controller
A GNOME Shell extension to control Spotify in the top bar
Stars: ✭ 33 (+57.14%)
Mutual labels:  gnome, gnome-shell-extension
aws-peacock-management-console
Browser Extension to show account alias and change color of AWS Management Console, even if AWS SSO.
Stars: ✭ 46 (+119.05%)
Mutual labels:  firefox-addon, browser-extension
youtube-timestamps
Web Extension to show timestamps from YouTube comments on timeline.
Stars: ✭ 42 (+100%)
Mutual labels:  firefox-addon, browser-extension

What is this ?

This is repository provides browser tab search provider for GNOME

Screenshot

Firefox search screenshot

Installation

Installl all 3 components for tab search to work

  1. Browser extension
  2. Shell extension
  3. Host connector

Browser extension

Get for Firefox Get for Edge

Shell extension

Get it on EGO

Or from source

cd shellextension
yarn
yarn build
yarn extension:install

Host connector

For Fedora Linux

Install from copr

sudo dnf copr enable harshadgavali/searchproviders
sudo dnf install tabsearchproviderconnector

For Manjaro, Arch Linux and derivatives

Install tabsearchproviderconnector from AUR (packaged by @bartlibert).

For other distributions

Install from releases

  • Download zip of latest release from here
# first verify what files zip has
zip -sf gnome-tabsearchprovider-connector.connector-*.zip
# output should have following files
# - etc/opt/chrome/native-messaging-hosts/com.github.harshadgavali.tabsearchproviderconnector.json
# - usr/bin/com.github.harshadgavali.tabsearchproviderconnector
# - usr/lib64/mozilla/native-messaging-hosts/com.github.harshadgavali.tabsearchproviderconnector.json

sudo unzip -o -d / gnome-tabsearchprovider-connector.connector-*.zip

# create link for file from lib64 to lib
sudo mkdir -p /usr/lib/mozilla/native-messaging-hosts/
sudo ln -s /usr/lib{64,}/mozilla/native-messaging-hosts/com.github.harshadgavali.tabsearchproviderconnector.json

Install from git

Dependencies: meson, ninja, cargo, rust

cd connector
meson --prefix=/usr build
ninja -C build install

# create link for file from lib64 to lib
sudo mkdir -p /usr/lib/mozilla/native-messaging-hosts/
sudo ln -s /usr/lib{64,}/mozilla/native-messaging-hosts/com.github.harshadgavali.tabsearchproviderconnector.json

If you installed browser addons in different way

  • Then update manifest in following locations with ids of browser addons
    • /etc/opt/chrome/native-messaging-hosts/
    • /usr/lib64/mozilla/native-messaging-hosts/

After installation

  • Open browser
  • Start searching with Super key
    • Browser tabs(except active tabs) will appear in search results
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].