Contextual Clipboard Assistant

Adds a floating toolbar with clipboard-related actions like copy, cut, paste, and save to file. The script integrates multilingual support (English, German, Spanish, French, Italian, Japanese, Chinese, Russian).

질문, 리뷰하거나, 이 스크립트를 신고하세요.
개발자
Copiis
일일 설치수
1
총 설치수
42
평점
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!