为 Google Chrome/Mozilla 编写扩展程序需要帮助

发布于 2024-11-30 18:07:43 字数 374 浏览 2 评论 0原文

我想为 Google Chrome/Mozilla 创建一个扩展程序以满足以下要求。
如果我在网页中搜索任何文本,如果找到文本,则必须自动将背景颜色添加到该文本中。基本上,这将由浏览器完成。但可以进行多次搜索。所以我需要突出显示所有搜索和找到的文本。我知道为 Google Chrome 编写扩展的非常基础的知识(我通过 http://code. google.com/chrome/extensions/getstarted.html)。我对 JavaScript 有很好的了解。我没有任何基本想法来实现我的要求的解决方案。请有人指导我如何进一步进行。

I would like to create a extension for Google Chrome/Mozilla for the following requirement.
If I search for any text in a web page, If text is found then automatically background colour has to be added to that text.Basically it will be done by browser. But multiple searches are possible. So I need to make all the searched and found texts highlighted. I know very basics of writing extensions for Google chrome( I have learnt through http://code.google.com/chrome/extensions/getstarted.html ) . I have good knowledge on JavaScript. I don't have any basic idea to achieve the solution for my requirement. Please someone guide me on how to proceed further.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

初心 2024-12-07 18:07:43

虽然我没有关于 Google Chrome 的答案,但制作 Firefox 插件很简单。

查看 插件 SDK 和插件构建器 以及 它的文档第一个教程概述了您需要进行的设置,它应该可以帮助您入门。另外,您可能需要 页面修改库

Although I don't have an answer for Google Chrome, making a Firefox addon is simple.

Take a look at the addon SDK and addon builder and the documentation for it. The first tutorial outlines the setups you will need to take and it should help get you started. Also, ou will probably need the page-mod library.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文