Arint Screenshot 제작자: Omar Faruque
A privacy-focused, 100% local screenshot tool. Capture visible areas, full pages, or custom regions instantly. Includes a powerful built-in editor to crop, draw, and annotate offline. Light/Dark mode theme ready.
사용자 1명사용자 1명
확장 메타 데이터
스크린샷
정보
Arint Screenshot is a fast, privacy-first screenshot tool for Firefox that lets you capture visible areas, full webpages, or selected regions with pixel-perfect accuracy. Edit screenshots instantly offline with built-in tools—no tracking, no servers, 100% local.
Designed for speed, simplicity, and security, Arint Screenshot gives you complete control over how you capture and manage visual content directly inside your browser.
Flexible Screenshot Capture:
You can capture exactly what you need in multiple ways. Visible Area allows instant capture of what is currently on your screen. Full Page Capture automatically scrolls and stitches long webpages into a single high-quality image. Select Region lets you drag and capture a specific area with precise control.
Built-in Offline Editor:
Screenshots can be edited immediately after capture without using any external software. You can crop unwanted edges, draw or use pen tools to highlight or redact sensitive information, zoom in to inspect details, and enjoy an interface that automatically adapts to your system’s light or dark theme. All editing is done locally on your device.
Privacy and Performance:
Arint Screenshot is built with privacy as a core principle. All processing happens 100% locally with no cloud uploads, no background servers, no tracking, analytics, or telemetry. The extension uses Manifest V3 and fully unloads when not in use, ensuring zero idle memory usage.
Lightweight and Open Source:
The extension is optimized for modern Firefox performance, uses minimal permissions, and is fully open source under the MIT License. It is ideal for developers, students, researchers, journalists, and privacy-conscious users who need a reliable and transparent screenshot tool.
Designed for speed, simplicity, and security, Arint Screenshot gives you complete control over how you capture and manage visual content directly inside your browser.
Flexible Screenshot Capture:
You can capture exactly what you need in multiple ways. Visible Area allows instant capture of what is currently on your screen. Full Page Capture automatically scrolls and stitches long webpages into a single high-quality image. Select Region lets you drag and capture a specific area with precise control.
Built-in Offline Editor:
Screenshots can be edited immediately after capture without using any external software. You can crop unwanted edges, draw or use pen tools to highlight or redact sensitive information, zoom in to inspect details, and enjoy an interface that automatically adapts to your system’s light or dark theme. All editing is done locally on your device.
Privacy and Performance:
Arint Screenshot is built with privacy as a core principle. All processing happens 100% locally with no cloud uploads, no background servers, no tracking, analytics, or telemetry. The extension uses Manifest V3 and fully unloads when not in use, ensuring zero idle memory usage.
Lightweight and Open Source:
The extension is optimized for modern Firefox performance, uses minimal permissions, and is fully open source under the MIT License. It is ideal for developers, students, researchers, journalists, and privacy-conscious users who need a reliable and transparent screenshot tool.
0명이 0점으로 평가함
권한 및 데이터
추가 정보
- 부가 기능 링크
- 버전
- 1.0.0
- 크기
- 100.4 KB
- 마지막 업데이트
- 4달 전 (2026년 1월 31일)
- 관련 카테고리
- 라이선스
- MIT 라이선스
- 개인정보처리방침
- 이 부가 기능에 대한 개인정보처리방침 읽기
- 버전 목록
- 모음집에 추가
TECHNICAL IMPLEMENTATION:
1. Background Service Worker (src/arint-background.js) coordinates captures.
2. "Full Page" capture works by injecting a content script to scroll the page, capturing the visible tab at each step, and stitching the images together using an OffscreenCanvas.
3. The "Editor" uses HTML5 Canvas to crop/draw/annotate the image blob passed from the background.
4. Compliance: We use "data_collection_permissions": {"required": ["none"]} in manifest.json as requested for MV3.