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.
我无法让操作扩展与 Safari 中的选定文本一起使用。在激活规则里面有允许文本的规则,但是当我选择文本时扩展不可用。
您需要打开 NSExtensionActivationSupportsWebURLWithMaxCount 以使扩展在 Safari 中可用。
当您从模板创建非 UI 操作扩展目标时,会自动创建一个 Action.js 文件。编辑文件以使用
document.getSelection().toString()