Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jokimina/cbox-chrome-extension

Chrome Command Line Panel
https://github.com/jokimina/cbox-chrome-extension

cbox chrome-extension command search

Last synced: 16 days ago
JSON representation

Chrome Command Line Panel

Awesome Lists containing this project

README

        

English | [δΈ­ζ–‡](README_zh.md)

# Introduction

Welcome to CBox!

CBox is a Chrome extension that allows you to summon a command-line panel on any webpage for quick navigation, commands, and searches.

![CBox Demo](full-demo.gif)

[Demo Video](https://www.youtube.com/watch?v=cHfkT2OMwtc)

# Local Development

First, run `pnpm i` to install the dependencies.

Then, run `pnpm dev` to start.

# Download

> Please note that after the initial installation, you will need to refresh the page to activate it because Chrome content scripts can only be injected during page load.

- [Chrome Web Store](https://chromewebstore.google.com/detail/cbox/cekckmkolmlobfidedolgcppfgbinhmc?hl=en)

# Features

- 🌐 Fully offline, no internet connection required.
- ⌨️ You can wake it up on any page.
- ⏰ Recently active tabs
- πŸ” Search and quickly jump/open tabs from your open tabs, bookmarks, and browsing history (up to 1 month and a maximum of 1000 entries).
- πŸ”Ž Quickly search and jump to different search engines.
- βš™οΈ Perform various browser operations with ease.
- ⌨️ Custom shortcut

# Usage

At any page, press `Ctrl` + `Shift` + `K` to open the command box.

If no specific command is given, it will search across all features and pages by default.

For more precise searches or specific actions, you can use the following commands:

| Command | Description | Example |
| ------- | ------------------------------- | ----------- |
| `@` | 🌐 Activate quick search | `@g openai` |
| `>` | ⚑️ Activate quick commands | `>gb` |
| `/b` | πŸ”– Search only bookmarks | `/b xxx` |
| `/o` | πŸ“‚ Search only open tabs | `/o xxx` |
| `/h` | ⏰ Search only browsing history | `/h xxx` |

# Advanced Usage

You can also take advantage of [Fuse.js Extended Search](https://www.fusejs.io/examples.html#extended-search) for more advanced search capabilities.

| Token | Match type | Description |
| ----------- | -------------------------- | -------------------------------------- |
| `jscript` | fuzzy-match | Items that fuzzy match `jscript` |
| `=scheme` | exact-match | Items that are `scheme` |
| `'python` | include-match | Items that include `python` |
| `!ruby` | inverse-exact-match | Items that do not include `ruby` |
| `^java` | prefix-exact-match | Items that start with `java` |
| `!^earlang` | inverse-prefix-exact-match | Items that do not start with `earlang` |
| `.js$` | suffix-exact-match | Items that end with `.js` |
| `!.go$` | inverse-suffix-exact-match | Items that do not end with `.go` |

# Contact

If you have any questions or suggestions, you can open an issue or contact me via:

- [Email](mailto:[email protected])
- [Twitter](https://twitter.com/guageaaa)

# Contributing

Contributions are welcome!