Skip to content

yjj5855/chrome-extensions-auto-script

Repository files navigation

chrome-dispatch

只编译devtool页面, 其他都是拷贝过去

bash 进入linux命令行

监听文件并打包命令 gulp

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

# build for production and view the bundle analyzer report
npm run build --report

配置说明

externally_connectable 可以直接在网页中使用chrome.runtime api发送消息的网页规则

实现的功能

  1. 全屏点击事件 √
  2. <input>,<textarea>输入事件 √
  3. 滚动事件 √
  4. <input>,<textarea>自定义key √
  5. <select>选择事件 √
  6. 一层<iframe>中的上述事件 √
  7. 脚本和事件可编辑 √
  8. 脚本和事件的可视化 √
  9. 导入导出 √
  10. 批量导入导出 √
  11. tab传参调用另一tab中的脚本 √

还未实现的功能

  1. 导出测试结果 ×

About

chrome浏览器的自动化脚本插件

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published