
SimpleWebSnap nga Josh Kwok
A Firefox extension to capture selected text and send it to a local server.
S’ka PërdoruesS’ka Përdorues
Tejtëdhëna Zgjerimi
Rreth këtij zgjerimi
## Features
- Captures text selection with Cmd+I (Mac) or Ctrl+I (Windows/Linux)
- Appends source URL in HTML code block
- Sends data to localhost:8889 via POST request
- Auto-generates filename from page title
## Usage
1. Select text on any webpage
2. Press Cmd+I (Mac) or Ctrl+I
3. Content will be sent to <http://localhost:8889>
- Captures text selection with Cmd+I (Mac) or Ctrl+I (Windows/Linux)
- Appends source URL in HTML code block
- Sends data to localhost:8889 via POST request
- Auto-generates filename from page title
## Usage
1. Select text on any webpage
2. Press Cmd+I (Mac) or Ctrl+I
3. Content will be sent to <http://localhost:8889>
Rated 0 by 0 reviewers
Permissions and dataMësoni më tepër
Required permissions:
- Të hyjë në të dhënat tuaja për krejt sajtet
Më tepër të dhëna
- Version
- 1.1.0
- Madhësi
- 10,07 KB
- Përditësuar së fundi më
- një vit më parë (30 Tet 2024)
- Kategori të Afërta
- Historik Versionesh
- Shtojeni në koleksion
Shënime hedhjeje në qarkullim për 1.1.0
## 1.1.0
### Changed
- Removed YouTube iframes from copied selections
- Improved URL handling by converting relative URLs to absolute URLs in selections
### Refactored
- Created `stripYouTubeIframes` function to handle iframe removal
- Created `relToAbs` function to handle URL conversion
- Created `selToHtml` function for selection-to-HTML conversion
- Removed unnecessary `org` extension
### Changed
- Removed YouTube iframes from copied selections
- Improved URL handling by converting relative URLs to absolute URLs in selections
### Refactored
- Created `stripYouTubeIframes` function to handle iframe removal
- Created `relToAbs` function to handle URL conversion
- Created `selToHtml` function for selection-to-HTML conversion
- Removed unnecessary `org` extension