Chrome 浏览器插件开发

框架

plasmo

https://docs.plasmo.com/framework

教材参考:https://juejin.cn/post/7257520279312498748?from=search-suggest

wxt

https://wxt.dev/guide/testing.html

教程参考:https://blog.csdn.net/github_35432979/article/details/135948292

crxjs

https://crxjs.dev/vite-plugin/

开源项目

https://github.com/ssshooter/caption-blocker

教程

你的第一个拓展 - Mozilla | MDN

从零开始,快速开发一个 chrome 插件,爬取网页内容

chrome 插件开发指南 - 掘金

三万+字符数:从 0 到 1 带你开发 Chrome 浏览器 Manifest V3 版本插件 - 掘金

开发企业级chrome extension的三种方式 - 掘金

  1. position: fixed;
  2. z-index: 9999;
  3. background: rgba(255, 255, 255, 0.2);
  4. backdrop-filter: blur(8px);
  5. cursor: move;
  6. left: 394px;
  7. bottom: 100px;
  8. width: 725.5px;
  9. height: 150px;
  10. top: 271px;