
SimpleWebSnap bởi Josh Kwok
A Firefox extension to capture selected text and send it to a local server.
Không có người dùngKhông có người dùng
Siêu dữ liệu mở rộng
Về tiện ích mở rộng này
## 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>
Được xếp hạng 0 (bởi 1 người dùng)
Quyền hạn và dữ liệuTìm hiểu thêm
Quyền hạn bắt buộc:
- Truy cập dữ liệu của bạn trên mọi trang web
Thêm thông tin
- Phiên bản
- 1.1.0
- Kích cỡ
- 10,07 KB
- Cập nhật gần nhất
- một năm trước (30 Thg 10 2024)
- Thể loại có liên quan
- Giấy phép
- GNU General Public License v2.0 only
- Lịch sử các phiên bản
- Thêm vào bộ sưu tập
Ghi chú phát hành cho phiên bản 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