OMP Send Context 제작자: Marlen
Firefox client for sending selected web-page context to Oh My Pi.
사용자 1명사용자 1명
확장 메타 데이터
스크린샷
정보
OMP Send Context is a Firefox add-on for sending selected text from ordinary HTTP(S) pages with the page URL and document title. Press Ctrl+Alt+K on Linux or Windows, or Command+Alt+K on macOS, or right-click a selection and choose Send selection and link to OMP. Context is sent only when you explicitly invoke the shortcut or context-menu command; the add-on never sends page data automatically. GitHub pull-request pages retain richer title, link/permalink, and GitHub prompt metadata. Diff selections include human-readable file path, original or modified version, added, removed, or context change, selected line range, and the explicit head commit when the page exposes it. An exact diff permalink may also be included as link context.
The add-on requests persistent access only to ordinary HTTP(S) pages so the keyboard shortcut works without a prior toolbar click; it does not request access to local files. Native delivery is optional: without the Linux native-messaging host, the add-on copies the context packet to the clipboard. To enable native delivery on Ubuntu 26.04 (Resolute), install the host package:
sudo add-apt-repository ppa:klondikemarlen/omp-send-context
sudo apt update
sudo apt install omp-send-context-firefox-host
For Snap or Flatpak Firefox, also run sudo apt install xdg-native-messaging-proxy, then run omp-send-context-install-firefox-host --sandboxed as your normal desktop user, without sudo. Start a fresh OMP session and restart Firefox after installation. Full instructions are available at https://github.com/klondikemarlen/omp-send-context#firefox-native-messaging-host-linux-setup.
The add-on omits ambiguous diff location metadata and rejects Firefox internal and file pages, protected Mozilla pages, empty selections, and other unsupported inputs without delivery.
The add-on requests persistent access only to ordinary HTTP(S) pages so the keyboard shortcut works without a prior toolbar click; it does not request access to local files. Native delivery is optional: without the Linux native-messaging host, the add-on copies the context packet to the clipboard. To enable native delivery on Ubuntu 26.04 (Resolute), install the host package:
sudo add-apt-repository ppa:klondikemarlen/omp-send-context
sudo apt update
sudo apt install omp-send-context-firefox-host
For Snap or Flatpak Firefox, also run sudo apt install xdg-native-messaging-proxy, then run omp-send-context-install-firefox-host --sandboxed as your normal desktop user, without sudo. Start a fresh OMP session and restart Firefox after installation. Full instructions are available at https://github.com/klondikemarlen/omp-send-context#firefox-native-messaging-host-linux-setup.
The add-on omits ambiguous diff location metadata and rejects Firefox internal and file pages, protected Mozilla pages, empty selections, and other unsupported inputs without delivery.
리뷰어 0명이 0점으로 평가함
권한 및 데이터
필수 권한:
- Firefox 이외의 프로그램과 메시지 교환
- 클립보드에 데이터 넣기
- 알림 표시
- 모든 웹사이트에서 사용자의 데이터에 접근
데이터 수집:
- 개발자는 이 확장 기능이 데이터 수집을 요구하지 않는다고 밝히고 있습니다.
추가 정보
- 부가 기능 링크
- 버전
- 1.8.28
- 크기
- 46.4 KB
- 최근 업데이트
- 한 달 전 (2026년 8월 3일)
- 관련 카테고리
- 라이선스
- MIT 라이선스
- 버전 목록
- 모음집에 추가
Source: https://github.com/klondikemarlen/omp-send-context
Build: npm install && npm run package:firefox
The Firefox package excludes firefox/native-host/ and firefox/scripts/. Native delivery is optional; without the host, the add-on copies the context packet to the clipboard. Ubuntu 26.04 (Resolute) users can install native delivery with sudo add-apt-repository ppa:klondikemarlen/omp-send-context, sudo apt update, and sudo apt install omp-send-context-firefox-host. Snap or Flatpak Firefox additionally requires xdg-native-messaging-proxy and the normal-user command omp-send-context-install-firefox-host --sandboxed.