Skip to content

ogmer/chrome-extentions-template

Repository files navigation

Chrome Extension Template

Next.js + TypeScript + TailwindCSS + Vite を使用した Chrome 拡張機能開発のテンプレートです。

機能

  • TypeScript による型安全性
  • TailwindCSS によるスタイリング
  • Vite による高速な開発環境
  • React + Next.js によるモダンな UI 開発

Chrome 拡張機能としての読み込み方法

  1. Chrome ブラウザで chrome://extensions/ を開く
  2. 右上の「デベロッパーモード」を有効にする
  3. 「パッケージ化されていない拡張機能を読み込む」をクリック
  4. プロジェクトの dist ディレクトリを選択

プロジェクト構造

chrome-extension-template/
├── manifest.json          # Chrome拡張機能の設定ファイル
├── package.json          # プロジェクトの依存関係管理
├── tsconfig.json         # TypeScriptの設定
├── vite.config.ts        # Viteの設定
├── tailwind.config.js    # TailwindCSSの設定
├── postcss.config.js     # PostCSSの設定
├── index.html           # メインのHTMLファイル
└── src/                 # ソースコード
    ├── main.tsx         # アプリケーションのエントリーポイント
    ├── App.tsx          # メインのAppコンポーネント
    └── index.css        # グローバルスタイル

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published