Seeding Sustainability. A Chrome extensions that helps you see how sustainable your favorite fashion brands are!
Learn more about this amazing platform here at getgoji.tech
You can install the extension from the Chrome Web Store
- Clone or download this repository and extract the contents
- Navigate to it and run
npm i
in the terminal - Run
npm run dev
to start the development server, ornpm run build
to make a production build - In your Chrome-based browser (Google Chrome, Microsoft Edge, etc.), navigate to
chrome://extensions
- Enable Developer Mode by clicking the toggle switch next to Developer mode.
- Click the Load unpacked button, navigate to the
build
subdirectory of the code, and select the build folder. - Navigate to your favorite brand's website and see how they rank on Goji!
Directory | What it does |
---|---|
assets |
Extension icon |
components |
React components injected |
contents |
Extension "content" scripts (what is injected and ran on brand websites) |
icons |
Image assets used |
main.tsx
is the entry point. It is ran on each matching brand website- All extra CSS is in
styles.css
Extension code: Andrew Kuhn & Kenneth Yang
Data extraction and processing: Jasmine Schoch & Virginia Wang