Skip to content

Add Japanese README #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 28 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# ChatGPT Smart Export

ChatGPT の会話を JSON 形式で保存する Chrome 拡張です。拡張アイコンをクリックすると、表示中のチャットログをファイルとしてダウンロードします。

## 前提条件

- Node.js 18 以降
- npm (Node.js に同梱)

## セットアップ

```bash
npm install
npm run build
```

`dist/` ディレクトリにビルド済みファイルが生成されます。

## 拡張機能の読み込み

1. Chrome で `chrome://extensions` を開きます。
2. 右上の **デベロッパーモード** を有効にします。
3. **パッケージ化されていない拡張機能を読み込む** を選択し、`dist` フォルダを指定します。
4. ChatGPT のページを開き、拡張アイコンをクリックしてログをダウンロードします。

## ライセンス

本プロジェクトは [MIT License](LICENSE) の下で提供されています。