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.
我正在尝试找出一种使用 JavaScript 实际退出 Google Chrome 的方法,它用于我正在构建的扩展程序。
我能找到的只是一种使用 Chrome 的 API 来关闭 Chrome 的窗口/标签的方法。
remove()是的,当您有权限时使用该功能windows,格式为:
remove()
windows
chrome.windows.remove(windowId, callback)
查看API 文档以获取更多详细信息。