Greasy Fork is available in English.

コンテキストクリップボードアシスタント

コピー、切り取り、貼り付け、ファイルへの保存など、クリップボード関連のアクションを提供する浮動ツールバーを追加します。スクリプトは多言語サポート(英語、ドイツ語、スペイン語、フランス語、イタリア語、日本語、中国語、ロシア語)を統合しています。

このスクリプトの質問や評価の投稿はこちら通報はこちらへお寄せください。
作者
Copiis
1日のインストール数
2
累計インストール数
44
評価
0 0 0
バージョン
2024.12.22
作成日
2024/11/04
更新日
2024/11/22
ライセンス
MIT
対象サイト
すべてのサイト

Contextual Clipboard Assistant - User Guide

The Contextual Clipboard Assistant is a Tampermonkey script that adds a floating toolbar with clipboard-related actions for easier text manipulation directly in the browser. This guide explains how to install Tampermonkey, set up the script, and use its features.


Features

The script provides the following actions via a floating toolbar:

  • 📋 Copy: Copies selected text to the clipboard.
  • ✂️ Cut: Cuts selected text and copies it to the clipboard.
  • 📥 Paste: Activates Insert mode, allowing you to paste clipboard content wherever you click.
  • 💾 Save: Saves the selected text to a .txt file.

How to Set Up Tampermonkey and the Script

Step 1: Install Tampermonkey

  1. Open your browser (Chrome, Firefox, Edge, or Safari).
  2. Visit the Tampermonkey website.
  3. Choose the appropriate version for your browser and follow the installation instructions.

Step 2: Add the Script

  1. Open the Tampermonkey dashboard by clicking the Tampermonkey icon in your browser's toolbar and selecting Dashboard.
  2. Click the + button or select Create a new script.
  3. Replace the default code with the script provided in this guide.
  4. Click File > Save or use the keyboard shortcut (Ctrl+S / Cmd+S).

Step 3: Enable the Script

  1. Ensure the script is enabled in the Tampermonkey dashboard.
  2. Reload the webpage where you want the script to work.

How to Use the Toolbar

  1. Activate Toolbar: Select text or click anywhere on the page. A floating toolbar will appear near your cursor.
  2. Perform Actions:
    • Click 📋 to copy the selected text.
    • Click ✂️ to cut the selected text.
    • Click 📥 to activate Insert mode. Then, click where you want to paste the clipboard content.
    • Click 💾 to save the selected text as a .txt file.
  3. Insert Mode: When in Insert mode, click any part of the page to insert the clipboard content.

Troubleshooting

  • Ensure the script is enabled in Tampermonkey.
  • Reload the webpage after enabling the script.
  • Make sure you grant clipboard permissions if prompted by the browser.
  • If the toolbar does not appear, ensure you have no other extensions blocking script execution.

Enjoy seamless clipboard management with the Contextual Clipboard Assistant!