Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否可以使用Firefox 的插件 SDK访问搜索栏?
我已经看到了有关如何访问菜单、上下文菜单和书签侧边栏的示例。但我找不到任何有关如何访问搜索栏的文档或教程。
const winUtils = require("sdk/deprecated/window-utils"); var searchbar = winUtils.activeBrowserWindow.document.getElementById("searchbar");