Chromeの拡張機能にパッケージ化されていない機能をmanifest.jsonで追加します。
{
"manifest_version": 2,
"name": "My Extension",
"version": "0.1",
"description": "A plain text description",
"browser_action":{
"default_title": "Chrom Extension", // optional; shown in tooltip
"default_popup": "popup.html"
}
}
Manifest File Format
Chrome developer