Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/UseMacro/macro-chrome-extension
[Deprecated] Keyboard shortcuts for the web
https://github.com/UseMacro/macro-chrome-extension
Last synced: 11 days ago
JSON representation
[Deprecated] Keyboard shortcuts for the web
- Host: GitHub
- URL: https://github.com/UseMacro/macro-chrome-extension
- Owner: UseMacro
- License: mit
- Created: 2017-11-29T06:43:22.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-26T01:38:01.000Z (over 6 years ago)
- Last Synced: 2024-08-01T05:24:17.586Z (3 months ago)
- Language: TypeScript
- Homepage: https://usemacro.github.io
- Size: 219 KB
- Stars: 59
- Watchers: 7
- Forks: 5
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred-test - UseMacro/macro-chrome-extension - [Deprecated] Keyboard shortcuts for the web (TypeScript)
README
# Macro
Shortcuts for the web.## Plugin System
Macro aims to provide an open-source plugin system to crowdsource custom shortcuts for all popular websites. We've designed Macro's architecture to be as decoupled as possible, making it simple for any developer to start a new plugin, integrate it with Macro, and get it into user's hands.This is an upcoming feature for Macro. Support for new plugins will be added as Macro scales to support more of the web.
## Local Development
1. `yarn install`
2. `webpack --watch`## Production
`webpack --optimize-minimize`## Shortcut configuration file
All shortcut configuration files are stored within a JSON file. The naming
convention for all configuration files is `{domain-name}.json`. For example,
`example.com` is `example.com.json`. This is to ensure that there are no naming
collisions between configuration files.Learn more here: https://github.com/UseMacro/macro-data
## Data Policy
Read our data policy here: https://github.com/UseMacro/macro-chrome-extension/blob/master/data-policy.md