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.
- Host: GitHub
- URL: https://github.com/mml0/share_text
- Owner: MML0
- Created: 2025-08-31T19:44:55.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-08-31T21:45:50.000Z (9 months ago)
- Last Synced: 2025-08-31T23:38:46.572Z (9 months ago)
- Language: PHP
- Size: 3.91 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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!