Gemini Export Button

Adds a 📃 button that opens the menu, clicks “Export to…”, then highlights and clicks the “Export to Docs” button when it appears.

You will need to install an extension such as Tampermonkey, Greasemonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Userscripts to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install a user script manager extension to install this script.

(I already have a user script manager, let me install it!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(I already have a user style manager, let me install it!)

Author
TakashiSasaki
Daily installs
0
Total installs
8
Ratings
0 0 0
Version
0.9.3
Created
2025-04-23
Updated
2025-04-23
Size
5.21 KB
License
MIT
Applies to

Gemini Export Button

Adds a “📃” button to the Gemini web UI that automates “︙ → Export to… → Export to Docs” with visual highlight and click.


📋 概要

  • 目的
    Gemini のチャット応答ブロックに新しいボタン「📃」を追加し、
    クリック一つで

    1. メニュー(︙)を開き
    2. 「Export to…」をクリックし
    3. 「Export to Docs」ボタンを黄色でハイライトしてクリック
      という一連の操作を自動化します。
  • 対応環境

    • Gemini Web UI
    • Tampermonkey / Violentmonkey / その他 Userscript マネージャー
    • 動作確認ブラウザ:Chrome, Edge(最新版)

🚀 主な機能

  1. 📃ボタンの追加
    各応答ヘッダーの右側に設置
  2. メニュー自動操作
    • メニュー(︙)を開く
    • 「Export to…」をクリック
  3. Docs エクスポートの強調表示・実行
    • 「Export to Docs」ボタンを黄色でハイライト
    • ハイライト後、ボタンをクリック

💾 インストール方法

  1. Tampermonkey(またはお好みの Userscript マネージャー)をブラウザにインストール
  2. 下記 URL を開き、「インストール」ボタンをクリック
  3. 自動でスクリプトが Tampermonkey に登録されます

⚙️ 使い方

  1. Gemini のチャット画面を開く
  2. 各応答ブロックの右側に表示された「📃」ボタンを探す
  3. 「📃」をクリックすると自動的に Export 操作が実行されます
  4. 必要に応じて Google ドキュメント上にエクスポートされた内容を確認

🛠️ スクリプトメタデータ

// ==UserScript==
// @name         Gemini Export Button
// @namespace    https://x.com/TakashiSasaki/tampermonkey/gemini-export
// @version      0.9.3
// @description  Adds a 📃 button that opens the menu, clicks “Export to…”, then highlights and clicks the “Export to Docs” button when it appears.
// @author       Takashi Sasaki
// @homepage     https://x.com/TakashiSasaki
// @supportURL   https://x.com/TakashiSasaki
// @license      MIT
// @match        https://gemini.google.com/app/*
// @icon         https://x.com/TakashiSasaki/path/to/icon.png
// @updateURL    https://greasyfork.org/scripts/533686-gemini-export-cascade-highlight-click/code
// @downloadURL  https://greasyfork.org/scripts/533686-gemini-export-cascade-highlight-click/code
// @compatible   tampermonkey
// @compatible   violentmonkey
// @grant        none
// @run-at       document-idle
// ==/UserScript==

📄 ライセンス

MIT License


🆘 サポート


Thank you for using “Gemini Export Button”! ✨