文件名称:qrcode-chrome-plug-in:Chrome二维码插件
文件大小:7.63MB
文件格式:ZIP
更新时间:2024-02-23 01:51:47
javascript chrome vue js ChromeVue
划词二维码 使用教程 下载 安装 使用 开发 调试 修改./src/mian.js 修改前 // 需要degub时打开 //vueInit(); chrome . runtime . onMessage . addListener ( ( message , sender , sendResponse ) => { vueInit ( ) ; sendResponse ( true ) ; } ) ; 修改后 // 需要degub时打开 vueInit ( ) ; // chrome.runtime.onMessage.addListener((message, sender, sendResponse) => { // vueInit(); // sendResponse(true); // }); 运行 yarn run server 编译 yarn run build
【文件预览】:
qrcode-chrome-plug-in-master
----public()
--------index.html(775B)
--------favicon.ico(4KB)
----yarn.lock(334KB)
----src()
--------main.js(497B)
--------utils()
--------components()
--------App.vue(3KB)
--------plugins()
----babel.config.js(53B)
----target()
--------chrome-plug-in.crx(281KB)
----build.js(376B)
----chrome-plug-in()
--------manifest.json(531B)
--------icon.png(3KB)
--------background.html(475B)
--------background.js(662B)
--------app.js(9KB)
--------chunk-vendors.js(1.06MB)
--------pop()
----jsconfig.json(265B)
----README.md(902B)
----screenshots()
--------install.gif(5.5MB)
--------use.gif(4.46MB)
----vue.config.js(102B)
----.gitignore(214B)
----package.json(1KB)