1 Star 0 Fork 0

Lad/excelimportor

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
manifest.json 760 Bytes
一键复制 编辑 原始数据 按行查看 历史
{
"name": "ExcelImportor",
"version": "0.0.5",
"manifest_version": 2,
"description": "excel 数据填入web表单",
"browser_action":{
"default_popup":"assets/scripts/popup.html"
},
"web_accessible_resources": [
"assets/scripts/preview.html",
"assets/scripts/preview.js"
],
"background": {
"scripts": ["assets/libs/xlsx.core.min.js","assets/libs/jQuery/jquery.js","assets/scripts/background.js"],
"persistent": true
},
"content_scripts": [{
"matches": ["<all_urls>"],
"js": [
"assets/libs/jQuery/jquery.js",
"assets/scripts/inject.js"
],
"all_frames":true,
"run_at":"document_end"
}],
"permissions": [
"tabs",
"<all_urls>"
]
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/ladit/excelimportor.git
git@gitee.com:ladit/excelimportor.git
ladit
excelimportor
excelimportor
master

搜索帮助