# Android の共有拡張機能

**UpNote** は Android の **共有拡張機能（Share Extension）** に対応しており、他のアプリから **画像、ウェブリンク、選択したテキスト** をすばやく UpNote に送信できます。\
数回のタップで簡単に情報を保存し、ノートとして整理できます。

> **注意:**\
> Android では **ウェブリンクの共有のみ** 対応しています。\
> **ウェブページ全体の内容** を共有する機能は現在サポートされていません。

***

#### ウェブリンクを共有する

1. **Chrome** でウェブページを開きます。
2. 右上の **メニュー（⋮）** ボタンをタップします。
3. ドロップダウンメニューから **共有（Share）** をタップします。
4. 共有先に **UpNote アイコン** が表示された場合は、それをタップして直接共有します。
5. 表示されない場合は、**その他（More）** をタップし、アプリ一覧から **UpNote** を選択します。
6. 必要に応じてノートに詳細を追加し、**完了（Done）** をタップして UpNote に送信します。

***

#### 選択したテキストを共有する

1. 共有したいテキストを選択します。
2. ポップアップメニューに表示される **共有（Share）** ボタンをタップします。
3. アプリ一覧から **UpNote** を選択します。
   * UpNote が表示されない場合は、**その他（More）** をタップし、一覧から **UpNote** を選択します。
4. 必要に応じてノートにメモを追加し、**完了（Done）** をタップして共有を完了します。

***

これで選択した内容が新しいノートとして UpNote に保存されます。アプリを開いて確認や編集を行うことができます。


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.getupnote.com/ja/import-and-export/web-clipper/share-extension-on-android.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
