Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/solobat/Steward
A command launcher for Chrome
https://github.com/solobat/Steward
chrome-extension efficiency web
Last synced: 3 months ago
JSON representation
A command launcher for Chrome
- Host: GitHub
- URL: https://github.com/solobat/Steward
- Owner: solobat
- Created: 2014-12-25T09:56:29.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T09:47:34.000Z (almost 2 years ago)
- Last Synced: 2024-07-11T13:58:35.616Z (4 months ago)
- Topics: chrome-extension, efficiency, web
- Language: TypeScript
- Homepage: https://oksteward.com/
- Size: 6.06 MB
- Stars: 667
- Watchers: 14
- Forks: 39
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
- awesome-hacking-lists - solobat/Steward - A command launcher for Chrome (TypeScript)
README
Steward
A command launcher for Chrome
***
### Install:
- [Chrome WebStore](https://chrome.google.com/webstore/detail/jglmompgeddkbcdamdknmebaimldkkbl)
- [Chrome WebStore -- Steward Plus](https://chrome.google.com/webstore/detail/dnkhdiodfglfckibnfcjbgddcgjgkacd)### Usage
> Use the commands to complete most of the operation in the browser- [Documentation](http://oksteward.com/steward-documents/)
- [中文版文档](http://oksteward.com/steward-documents/zh/)
- [论坛](http://bbs.oksteward.com)
---
#### Screenshots:
![content box](https://i.imgur.com/pWDNBEV.png)
page mode![workflows](https://i.imgur.com/JefFHhT.png)
workflows![plugins](https://i.imgur.com/QfOJ2oD.png)
install plugins#### Videos:
- [youtube](https://www.youtube.com/watch?v=SJ8T_Mbiyes)
- [优酷](http://list.youku.com/albumlist/show/id_51350050)#### Shortcut keys:
- By default to open Steward in New Tab or you can use :
- in popup
- Mac: Command ⌘ + K
- Windows and Linux: Ctrl + K
- in websites
- Mac: Command ⌘ + J
- Windows and Linux: Ctrl + J
- Alternatively, in Google Chrome, you can go to the URL `chrome://extensions` and scroll to the bottom and click **Keyboard shortcuts**#### Install plugins
[plugins repo](https://github.com/Steward-launcher/steward-plugins)```
## install
spm install## uninstall
spm uninstall
```#### Development
##### Plugins
[plugin api](http://oksteward.com/steward-documents/plugins/plugins.html#plugin-development)##### Steward
Please start with the develop branch
````
# node >= v7.5
npm install# dev for steward plus
npm run dev:plus# dev for Steward
npm run dev# build for steward plus(MacOS)
npm run prod:plus# build for Steward(MacOS)
npm run prod
````#### Sponsor:
Alipay
BTC:
1EY57mUdurFnjCfLfcNxFyxnC36iMKYh8
ETH:
tomasy.eth---
#### License:
[![license-badge]][license-link][version-badge]: https://img.shields.io/badge/lastest_version-4.1.1-blue.svg
[version-link]: https://github.com/solobat/Steward
[chrome-badge]: https://img.shields.io/badge/download-_chrome_webstore-brightgreen.svg
[chrome-link]: https://chrome.google.com/webstore/detail/jglmompgeddkbcdamdknmebaimldkkbl
[offline-badge]: https://img.shields.io/badge/download-_crx-brightgreen.svg
[offline-link]: http://static.oksteward.com/steward-4.1.1.crx
[license-badge]: https://img.shields.io/github/license/mashape/apistatus.svg
[license-link]: https://opensource.org/licenses/MIT