8000 GitHub - alxclark/aside: A modular browser extension for the web.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

alxclark/aside

Repository files navigation

↬ aside · License

Chrome Web Store npm

Aside is a Chrome extension that can render UI natively in the developer tools panel, controlled by your own React website.

It exposes a variety of APIs to empower your developer experience, without the friction of traditional Chrome extensions.

This notably allows developers to build developer tools that can evolve based on any application context. Users might want to use this to tailor their development experience based on:

  • State management library (Redux, Recoil, Jotai, Signals)
  • State persistence (Apollo cache, local storage)
  • App routes

Example

Resources

Contributing

To contribute to the project, you can start the app using the following instructions:

  1. Install dependencies.
yarn
  1. Start the development server of the browser extension.
yarn dev
  1. Start a Chrome instance with the extension installed in development mode.
yarn open-chrome

About

A modular browser extension for the web.

Resources

Stars

Watchers

Forks

Packages

No packages published
0