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.

Dovrai installare un'estensione come Tampermonkey, Greasemonkey o Violentmonkey per installare questo script.

Dovrai installare un'estensione come Tampermonkey o Violentmonkey per installare questo script.

Dovrai installare un'estensione come Tampermonkey o Violentmonkey per installare questo script.

Dovrai installare un'estensione come Tampermonkey o Userscripts per installare questo script.

Dovrai installare un'estensione come ad esempio Tampermonkey per installare questo script.

Dovrai installare un gestore di script utente per installare questo script.

(Ho già un gestore di script utente, lasciamelo installare!)

Dovrai installare un'estensione come ad esempio Stylus per installare questo stile.

Dovrai installare un'estensione come ad esempio Stylus per installare questo stile.

Dovrai installare un'estensione come ad esempio Stylus per installare questo stile.

Dovrai installare un'estensione per la gestione degli stili utente per installare questo stile.

Dovrai installare un'estensione per la gestione degli stili utente per installare questo stile.

Dovrai installare un'estensione per la gestione degli stili utente per installare questo stile.

(Ho già un gestore di stile utente, lasciamelo installare!)

Autore
TakashiSasaki
Installazioni giornaliere
0
Installazioni totali
8
Valutazione
0 0 0
Versione
0.9.3
Creato il
23/04/2025
Aggiornato il
23/04/2025
Dimensione
5,21 KB
Licenza
MIT
Applica a

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”! ✨