An open API service indexing awesome lists of open source software.

https://github.com/mml0/share_text

Right-click any selected text in Chrome and instantly send it to a shared pad hosted on your server. Features include real-time updates, fast notifications, and a collaborative text area.
https://github.com/mml0/share_text

Last synced: 9 months ago
JSON representation

Right-click any selected text in Chrome and instantly send it to a shared pad hosted on your server. Features include real-time updates, fast notifications, and a collaborative text area.

Awesome Lists containing this project

README

          

# Shared Pad Chrome Extension

A Chrome extension that adds a custom "MML-share" item to your right-click menu.
Select any text on a webpage, right-click, and send it directly to a shared pad on your server.

## Features
- Send selected text via context menu.
- Real-time shared pad with automatic refresh.
- Optional sound or toast notifications for new updates.
- Minimal, clean interface for collaborative text editing.

## Installation
1. Clone or download this repository.
2. Open Chrome → `chrome://extensions/`.
3. Enable **Developer Mode**.
4. Click **Load unpacked** and select the extension folder.
5. Highlight text on any page → right-click → **MML-share**.

## Requirements
- Chrome (Manifest V3)
- PHP-enabled server for `index.php`

## Folder Structure
text_transfer/
├─ manifest.json
├─ background.js
└─ icon.png (16x16)

## Support / Contribution
If you find this extension useful, please **⭐ star the repo** or **contribute**!
All contributions, suggestions, or bug reports are highly appreciated. Together we can make it better!