Skip to content

mph-code/macro-chrome-extension

This branch is 4 commits ahead of UseMacro/macro-chrome-extension:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Mar 6, 2019
7a08677 · Mar 6, 2019
Mar 6, 2019
Mar 6, 2019
Dec 17, 2017
Dec 21, 2017
Dec 19, 2017
Nov 29, 2017
Mar 6, 2019
Mar 14, 2018
Mar 13, 2018
Mar 21, 2018
Dec 18, 2017
Mar 26, 2018
Mar 13, 2018

Repository files navigation

Macro

Shortcuts for the web.

We Support

WE SUPPORT

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

About

Keyboard shortcuts for the web

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 55.1%
  • JavaScript 44.3%
  • Other 0.6%