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を入れたフォルダを開く