0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

Chrome の自作拡張機能をインストールする

Last updated at Posted at 2022-10-28

ちょうどよい手順の記事がなかったので手順のシェアと備忘のため

1. 拡張機能設定画面を開く

chrome://extensions/

2. デベロッパーモードをオンにする

スクリーンショット 2022-10-28 11.20.00.png

3. 画面にドロップ

拡張機能のフォルダをそのまま画面にドロップするとエラーが無ければ拡張機能のページにドラッグ&ドロップでインストールされます

拡張機能のフォルダの構成は以下のように manifest.json を含むファイルです

.
└── src  <==== これをドロップすれば良い
     ├── manifest.json
     ├── style.css
     └── script.js
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?