Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/JichouP/Better-traQ

An Extension that Makes traQ Useful
https://github.com/JichouP/Better-traQ

traq-bot

Last synced: about 2 months ago
JSON representation

An Extension that Makes traQ Useful

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
```