{
// Reqired
"manifest_version": 2,
"name": "내 첫 번째 확장 프로그램",
"version": "0.9.0"
}
도구>확장 프로그램을 선택한다.개발자 모드를 체크한다. 압축해제된 확장 프로그램 로드... 버튼을 누른다.
{
"manifest_version": 2,
"name": "내 첫 번째 확장 프로그램",
"version": "0.9.0",
"description": "내 크롬 확장",
"icons": { "48": "icon48.png" },
"browser_action": {
"default_icon": "icon48.png",
"default_popup": "test.htm"
},
"permissions": [
"tabs",
"activeTab"
]
}
"icons": { "16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"},