Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/JichouP/Better-traQ
An Extension that Makes traQ Useful
https://github.com/JichouP/Better-traQ
traq-bot
Last synced: 2 months ago
JSON representation
An Extension that Makes traQ Useful
- Host: GitHub
- URL: https://github.com/JichouP/Better-traQ
- Owner: JichouP
- License: mit
- Created: 2021-04-30T06:49:18.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-14T11:46:11.000Z (8 months ago)
- Last Synced: 2024-08-02T14:06:46.036Z (5 months ago)
- Topics: traq-bot
- Language: TypeScript
- Homepage:
- Size: 1.94 MB
- Stars: 8
- Watchers: 3
- Forks: 3
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Better-traQ
[![CodeQL](https://github.com/JichouP/Better-traQ/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/JichouP/Better-traQ/actions/workflows/codeql-analysis.yml)
Better traQ は traQ をキーボードのみで操作することを目指して作られた拡張機能です。
![screenshot](https://raw.githubusercontent.com/JichouP/Better-traQ/master/screenshot/screenshot.png)
## Install
### Google Chrome / Edge
[Better traQ ― chrome ウェブストア](https://chrome.google.com/webstore/etail/better-traq/hojfibacpmpjkajifooeclgkdfogehej)
[Better ex-traQ ― chrome ウェブストア](https://chrome.google.com/webstore/detail/better-ex-traq/fjpoplgpdijjllnbplfhckgmgjcepemj)### Firefox
[Github Release](https://github.com/JichouP/Better-traQ/releases/latest) から `.xpi` をインストールしてください。
## Build (for Firefox)
```bash
# Install Dependencies
pnpm install# Build
pnpm build:traQ:firefox # for Better traQ
# or
pnpm build:ex-traQ:firefox # for Better ex-traQ
```