GhostCheck verziótörténet – 2 verzió
GhostCheck szerző: Freakin18
GhostCheck verziótörténet – 2 verzió
Legyen óvatos a régi verziókkal! Ezek a verziók csak tesztelési és hivatkozási célokra jelennek meg.Mindig használja a kiegészítő legfrissebb verzióját.
Legfrissebb verzió
Verzió: 1.4.1
Kiadva: 2026. márc. 26. – 48,08 kBEzekkel működik: firefox 142.0 vagy újabbCore Functionality & Intent
GhostCheck is a productivity tool for survey programmers to validate clipboard text against webpage content. It is triggered exclusively by a double-click gesture on the page.
Permissions Rationale
clipboardRead: Essential for the core functionality; the extension reads the clipboard content to compare it against the visible text on the active tab.
activeTab & <all_urls>: Required to traverse the DOM, identify text nodes, and inject highlighting/UI elements (toasts and popup) on the specific pages the user is validating.
Security & Privacy
User Gesture: Clipboard access and validation are only triggered by an explicit dblclick event (see content.js:432).
Data Privacy: No data is collected, stored, or transmitted to any external server. All validation logic and processing are performed locally within the user's browser.
Performance: The script uses efficient DOM traversal (skipping script, style, and svg tags) and batch-updates styles to ensure no performance degradation during validation.A forráskód MIT licenc licenc alatt közzétéve
Korábbi verziók
Verzió: 1.4.0
Kiadva: 2026. márc. 22. – 46,86 kBEzekkel működik: firefox 142.0 vagy újabbA forráskód MIT licenc licenc alatt közzétéve