Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/riskers/githubx
Chrome Extension Enhanced Github
https://github.com/riskers/githubx
chrome-extension github github-plus react
Last synced: about 2 months ago
JSON representation
Chrome Extension Enhanced Github
- Host: GitHub
- URL: https://github.com/riskers/githubx
- Owner: riskers
- License: mit
- Created: 2020-03-11T17:42:08.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-06-27T17:25:11.000Z (over 2 years ago)
- Last Synced: 2024-04-24T02:59:13.843Z (8 months ago)
- Topics: chrome-extension, github, github-plus, react
- Language: TypeScript
- Homepage:
- Size: 864 KB
- Stars: 181
- Watchers: 6
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README-cn.md
- License: LICENSE
Awesome Lists containing this project
README
[英文](./README.md) | 中文
[![](https://img.shields.io/chrome-web-store/v/nmcddfeclkbhehidjoadbmkaajoppapo?style=for-the-badge)](https://chrome.google.com/webstore/detail/githubx/nmcddfeclkbhehidjoadbmkaajoppapo)
[![](https://img.shields.io/chrome-web-store/users/nmcddfeclkbhehidjoadbmkaajoppapo?label=DOwnload&style=for-the-badge)](https://chrome.google.com/webstore/detail/githubx/nmcddfeclkbhehidjoadbmkaajoppapo)## 应用概述
GithubX: 一款增强 Github 体验的 Chrome 插件
## 安装
[Chrome WebStore](https://chrome.google.com/webstore/detail/githubx/nmcddfeclkbhehidjoadbmkaajoppapo)
> 如果你不能访问 Chrome 商店,你可以本地[编译安装插件](https://github.com/riskers/GithubX/wiki/Build-and-Install-the-extension-in-developer-mode)。
## 开发
[Develop](https://github.com/riskers/GithubX/wiki/Develop)
## 使用说明
[使用说明](https://github.com/riskers/github-plus-extension/wiki/%E4%BD%BF%E7%94%A8%E8%AF%B4%E6%98%8E)
## 功能演示
[功能演示](https://github.com/riskers/github-plus-extension/wiki/%E5%8A%9F%E8%83%BD)
## 数据存储
数据默认存储在 IndexedDB 中,所以无法在多设备之间同步数据。
> 如果你确实在多个设备之间同步数据的需求,你可以自己部署 [GithubX-API](https://github.com/riskers/githubx-api)。更多查看[文档](https://github.com/riskers/GithubX/wiki/%E9%83%A8%E7%BD%B2-GithubX-API)。
## 感谢这些开源软件
* [hatchful](https://hatchful.shopify.com/): 快速地帮我画了 logo
* [Dexie](https://dexie.org/): 完美的 IndexedDB 封装库
* [MUI](https://mui.com/): React UI 库
* [react-window](https://github.com/bvaughn/react-window): 渲染长列表库
* [octokit.js](https://github.com/octokit/octokit.js): Github 官方 API
* [react-chrome-boilerplate](https://github.com/riskers/react-chrome-boilerplate) 我自己开源的用 React 快速开发 Chrome 插件的脚手架