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.
我正在开发一个 gnome-shell 扩展。我想知道我是否可以获得其他扩展的对象。
我只找到获取当前扩展对象的方法 ExtensionUtils.getCurrentExtension()
ExtensionUtils.getCurrentExtension()
是否有可能访问其他已安装的扩展程序?
我假设您使用的是 GNOME 3.4 ExtensionUtils.getCurrentExtension()(在 3.2 中不可用)。
ExtensionUtils.extensions[other_extensions_uuid]获取其他扩展的对象(初始化、启用和禁用函数以及它的任何全局变量/函数/类)。
ExtensionUtils.extensions[other_extensions_uuid]