Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ddsuhaimi/chrommandr
A browser extension showing command palette for Google Chrome
https://github.com/ddsuhaimi/chrommandr
browser-extension command google-chrome-extension
Last synced: 23 days ago
JSON representation
A browser extension showing command palette for Google Chrome
- Host: GitHub
- URL: https://github.com/ddsuhaimi/chrommandr
- Owner: ddsuhaimi
- License: mit
- Created: 2022-07-18T09:23:38.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T16:08:35.000Z (almost 2 years ago)
- Last Synced: 2024-10-04T21:10:57.581Z (about 1 month ago)
- Topics: browser-extension, command, google-chrome-extension
- Language: JavaScript
- Homepage:
- Size: 1.68 MB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Chrommandr
Chrommandr is a browser extension which gives you command palette in your browser just like Visual Studio Code. You can do the followings with Chrommandr:
- you can search for tabs and move to that tab
- you can execute commands such as opening new tab or settings pageYou can install Chrommandr on Chromium-based browser such as Google Chrome, Chromium or Brave.
## Demo
![DEMO Chrommandr](https://user-images.githubusercontent.com/30659198/185647428-441b160f-c894-46da-bb58-73e713a569d2.gif)
## Development
1. Clone the project
```bash
git clone
```2. Open the project and install dependencies
```bash
cd chrommandr
npm install
```3. Run the project
```bash
npm start
```4. Open Google Chrome and go to `chrome://extensions`
5. Enable developer mode and click load unpacked. Select the build folder of Chrommandr
6. Chrommandr should now be running in your browser## Roadmap
> :warning: **Chrommandr is under heavy development right now.** Feel free to contribute :)
You can look for planned features and issue [here](https://github.com/users/ddsuhaimi/projects/1).
~~We plan to release v1.0.0 by September 2022 :pray:~~ ~~Who am I kidding, October 2022 it is :)~~ Okay, November perhaps? 🙄