Skip to content

barruadi/webgraph-chrome-extension

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Research Graph Paper — Build Instructions

This project bundles D3 and the graph visualization with webpack so the extension can use the graph without runtime remote imports.

Quick start

  1. Install dependencies
npm install
  1. Build the bundle
npm run build

This will produce pages/graph.bundle.js at the project root (webpack configured to output into pages/graph.bundle.js).

  1. Load the extension in Chrome
  • Open chrome://extensions
  • Enable Developer mode
  • Load unpacked and select the project folder

Development

  • Use npm run build:dev for a development build
  • Or npm run watch to continuously rebuild when files change

Notes

  • The AI service files are intentionally untouched. Ensure you run this extension in a Chrome build with the AI origin trial enabled if you want to use built-in Gemini APIs.
  • If pages/graph.bundle.js is not yet built, the sidepanel falls back to loading pages/graph.js directly (for local development).

About

A Chrome extension to help organize and visualize research with Chrome AI-powered analysis and safety validation.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Contributors