
SimpleWebSnap od Josh Kwok
A Firefox extension to capture selected text and send it to a local server.
Žádní uživateléŽádní uživatelé
Metadata rozšíření
O tomto rozšíření
## 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>
Ohodnoceno 0 1 redaktorem
Oprávnění a dataZjistit více
Požadovaná oprávnění:
- Přistupovat k vašim datům pro všechny webové stránky
Další informace
- Verze
- 1.1.0
- Velikost
- 10,07 KB
- Poslední aktualizace
- před rokem (30. říj 2024)
- Příbuzné kategorie
- Historie změn
- Přidat do sbírky
Poznámky k verzi 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