neftaly / automerge-chrome-devtools-extension

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Automerge DevTools

A Chrome DevTools extension to increase visibility into the state of your Automerge Repo.

This extension abuses internal APIs and is likely to break without warning due to point releases.

Running this extension

  1. Clone this repository.
  2. Run npm install and npm run build
  3. Load the dist directory in Chrome as an unpacked extension.
    • Go to the Extensions page by entering chrome://extensions in a new tab
    • Enable Developer Mode
    • Click the Load unpacked button and select the dist directory
  4. Navigate to a webpage and open the devtools window.
  5. Click on the new devtools panel named "Automerge".

Code can be live-edited by running npm run dev (before step 4?)

Acknowledgements

Initially authored by Peter van Hardenberg. Derived from Chrome's sample code.

About


Languages

Language:TypeScript 58.7%Language:HTML 24.4%Language:JavaScript 16.9%