加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
manifest.json 566 Bytes
一键复制 编辑 原始数据 按行查看 历史
leonardodacn 提交于 2020-06-02 15:10 . init
{
"manifest_version": 2,
"name": "生成二维码",
"version": "1.0",
"description": "默认将网站的路径转成二维码,也可以根据内容生成二维码,支持utf8",
"permissions": ["tabs"],
"icons": {
"16": "images/logo.png",
"48": "images/logo.png",
"128": "images/logo.png"
},
"browser_action": {
"default_icon": {
"19": "images/logo.png",
"38": "images/logo.png"
},
"default_title": "生成二维码",
"default_popup": "popup.html"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化