{"id":13457225,"url":"https://github.com/jokimina/cbox-chrome-extension","last_synced_at":"2026-01-16T16:24:14.505Z","repository":{"id":212302779,"uuid":"731066651","full_name":"jokimina/cbox-chrome-extension","owner":"jokimina","description":"Chrome Command Line Panel","archived":false,"fork":false,"pushed_at":"2024-01-05T03:27:18.000Z","size":17593,"stargazers_count":104,"open_issues_count":1,"forks_count":2,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-24T12:39:42.522Z","etag":null,"topics":["cbox","chrome-extension","command","search"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jokimina.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2023-12-13T09:35:08.000Z","updated_at":"2025-01-19T10:11:11.000Z","dependencies_parsed_at":"2024-01-08T12:04:31.159Z","dependency_job_id":null,"html_url":"https://github.com/jokimina/cbox-chrome-extension","commit_stats":{"total_commits":17,"total_committers":1,"mean_commits":17.0,"dds":0.0,"last_synced_commit":"f96e1c2fc462533e4da6ee557585fa624de8c40a"},"previous_names":["jokimina/cbox-chrome-extension"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jokimina/cbox-chrome-extension","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jokimina%2Fcbox-chrome-extension","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jokimina%2Fcbox-chrome-extension/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jokimina%2Fcbox-chrome-extension/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jokimina%2Fcbox-chrome-extension/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jokimina","download_url":"https://codeload.github.com/jokimina/cbox-chrome-extension/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jokimina%2Fcbox-chrome-extension/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28479776,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-16T11:59:17.896Z","status":"ssl_error","status_checked_at":"2026-01-16T11:55:55.838Z","response_time":107,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cbox","chrome-extension","command","search"],"created_at":"2024-07-31T08:01:36.395Z","updated_at":"2026-01-16T16:24:14.476Z","avatar_url":"https://github.com/jokimina.png","language":"TypeScript","funding_links":[],"categories":["TypeScript"],"sub_categories":[],"readme":"English | [中文](README_zh.md)\n\n# Introduction\n\nWelcome to CBox!\n\nCBox is a Chrome extension that allows you to summon a command-line panel on any webpage for quick navigation, commands, and searches.\n\n![CBox Demo](full-demo.gif)\n\n[Demo Video](https://www.youtube.com/watch?v=cHfkT2OMwtc)\n\n# Local Development\n\nFirst, run `pnpm i` to install the dependencies.\n\nThen, run `pnpm dev` to start.\n\n# Download\n\n\u003e 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.\n\n- [Chrome Web Store](https://chromewebstore.google.com/detail/cbox/cekckmkolmlobfidedolgcppfgbinhmc?hl=en)\n\n# Features\n\n- 🌐 Fully offline, no internet connection required.\n- ⌨️ You can wake it up on any page.\n- ⏰ Recently active tabs\n- 🔍 Search and quickly jump/open tabs from your open tabs, bookmarks, and browsing history (up to 1 month and a maximum of 1000 entries).\n- 🔎 Quickly search and jump to different search engines.\n- ⚙️ Perform various browser operations with ease.\n- ⌨️ Custom shortcut\n\n# Usage\n\nAt any page, press `Ctrl` + `Shift` + `K` to open the command box.\n\nIf no specific command is given, it will search across all features and pages by default.\n\nFor more precise searches or specific actions, you can use the following commands:\n\n| Command | Description                     | Example     |\n| ------- | ------------------------------- | ----------- |\n| `@`     | 🌐 Activate quick search        | `@g openai` |\n| `\u003e`     | ⚡️ Activate quick commands      | `\u003egb`       |\n| `/b`    | 🔖 Search only bookmarks        | `/b xxx`    |\n| `/o`    | 📂 Search only open tabs        | `/o xxx`    |\n| `/h`    | ⏰ Search only browsing history | `/h xxx`    |\n\n# Advanced Usage\n\nYou can also take advantage of [Fuse.js Extended Search](https://www.fusejs.io/examples.html#extended-search) for more advanced search capabilities.\n\n| Token       | Match type                 | Description                            |\n| ----------- | -------------------------- | -------------------------------------- |\n| `jscript`   | fuzzy-match                | Items that fuzzy match `jscript`       |\n| `=scheme`   | exact-match                | Items that are `scheme`                |\n| `'python`   | include-match              | Items that include `python`            |\n| `!ruby`     | inverse-exact-match        | Items that do not include `ruby`       |\n| `^java`     | prefix-exact-match         | Items that start with `java`           |\n| `!^earlang` | inverse-prefix-exact-match | Items that do not start with `earlang` |\n| `.js$`      | suffix-exact-match         | Items that end with `.js`              |\n| `!.go$`     | inverse-suffix-exact-match | Items that do not end with `.go`       |\n\n# Contact\n\nIf you have any questions or suggestions, you can open an issue or contact me via:\n\n- [Email](mailto:xiaodong.fun@gmail.com)\n- [Twitter](https://twitter.com/guageaaa)\n\n# Contributing\n\nContributions are welcome!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjokimina%2Fcbox-chrome-extension","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjokimina%2Fcbox-chrome-extension","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjokimina%2Fcbox-chrome-extension/lists"}