Google Chrome拡張を作るには少なくともmanifest.json
が必要です。
manifest.json
を作る
次のようなmanifest.json
を作ります。
{
"name": "Sample",
"version": "1",
"manifest_version": 2,
"description": "This is sample"
}
Google ChromeでGoogle Chrome拡張を読み込む
- Google Chromeで
chrome://extensions/
を開く - 右上の
デベロッパー モード
にチェックを入れる -
パッケージ化されていない拡張機能を読み込む...
ボタンを押す -
manifest.json
を入れたフォルダを開く