English | 中文
Overview
GithubX: A Chrome Extension enhanced Github experience
Install
If you can't visit Chrome WebStore, you can build and install the extension by youself.
Develop
How To Use
Features
Data Store
Data is stored in indexedDB default. So can't sync data with multi drive. Only Storaged on Local drive.
If you want use this extension on multi devices, you can deploy GithubX-API yourself. More details view doc please.
Thanks OpenSource and Free Services
- hatchful: create a logo in a few seconds
- Dexie: wondful IndexedDB lib
- MUI: my favorite React UI lib
- react-window: rendering large lists data
- octokit.js: GitHub API SDK
- react-chrome-boilerplate I made for developing Chrome Extension in React