Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/MrViolets/Deep-Tab-Search
Chrome extension that lets you search the content of all your open tabs.
https://github.com/MrViolets/Deep-Tab-Search
Last synced: 3 months ago
JSON representation
Chrome extension that lets you search the content of all your open tabs.
- Host: GitHub
- URL: https://github.com/MrViolets/Deep-Tab-Search
- Owner: MrViolets
- License: gpl-3.0
- Created: 2024-01-07T07:57:13.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-04-15T05:02:07.000Z (7 months ago)
- Last Synced: 2024-07-26T00:28:07.930Z (4 months ago)
- Language: JavaScript
- Homepage: https://chromewebstore.google.com/detail/dbppkkjmaloclihjakcpnionomlidbhk
- Size: 332 KB
- Stars: 126
- Watchers: 2
- Forks: 7
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Deep Tab Search
Deep Tab Search is a Chrome extension that lets you search the content of all your open tabs.
## Install
1. Download and uncompress zip.
2. In Chrome, go to the extensions page at `chrome://extensions/`.
3. Enable Developer Mode.
4. Choose `Load Unpacked` and select the folder.## Build
1. `npm install` to install dependencies.
2. Update `version` in `manifest.json`.
3. `npm run build`.## Features
- Deep search all open tabs.
- Search the web from the extension.
- Jump directly to search terms.
- Close tabs from the extension popup.
- Listed tabs are ordered by most recently accessed.
- Search results ordered by relevance.## Usage
Once installed, you can access the extension by clicking the extension icon in the Chrome toolbar.
- Type a search query to deep search all open tabs.
- Navigate with the arrow keys and press Enter or click on a search result to jump immediately to that tab.
- Hold Alt/Option and select a tab to close it.Note: Deep Tab Search works more smoothly with Chrome Memory Saver turned off. It still work with it on but it's a little slower since it has to reload discarded tabs before searching them.
## License
Deep Tab Search is licensed under the GNU General Public License version 3.