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 で選択したテキストを Action Extensions で操作できません。アクティベーション ルール内にテキストを許可するルールがありますが、テキストを選択すると拡張機能が使用できません。
拡張機能を Safari で使用できるようにするには、NSExtensionActivationSupportsWebURLWithMaxCount をオンにする必要があります。
テンプレートから非 UI アクション拡張ターゲットを作成すると、Action.js ファイルが自動的に作成されます。を使用して選択したテキストを送り返すようにファイルを編集します。
document.getSelection().toString()