UseMacro / macro-chrome-extension

[Deprecated] Keyboard shortcuts for the web

Home Page:https://usemacro.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

[Deprecated] Keyboard shortcuts for the web

https://usemacro.github.io

License:MIT License


Languages

Language:TypeScript 60.9%Language:JavaScript 38.4%Language:CSS 0.4%Language:HTML 0.3%