ChromePlug-dev

chrome 插件开发笔记

mainfest.json

1
2
3
4
5
// 弹窗
"action": {
"default_popup": "home.html",
"default_icon":"calculator-16.png"
}