AI 产品解读Clipboard snippet manager with human-like typing simulation
Standard copy-paste often fails in certain web environments (e.g., browser-based VNC consoles like Proxmox VE) because they block direct clipboard injection. This extension solves that by simulating actual keystrokes.
1. User installs extension. 2. User opens popup, enters a name (optional) and value, clicks Add. 3. Item is saved to chrome.storage.sync. 4. To paste, user clicks an item in the popup or uses the global hotkey. 5. The extension sends a message to the content script on the current tab. 6. The content script simulates keystrokes by dispatching KeyboardEvent objects to the active element or VNC canvas, making it appear as if a human typed the text.
Store and manage text snippets with optional namesPaste snippets by simulating human typing (keystroke events) into the active elementSupport for VNC iframe environments (e.g., Proxmox VE) by injecting keystrokes into canvas elementsGlobal hotkey support (Ctrl+Shift+0) to paste the last added itemAuto-fill clipboard content when adding new itemsPersistent storage via chrome.storage.sync
- 目标用户
- System administrators using browser-based VNC consoles / Users who need to paste text into restricted web environments / Anyone frustrated by clipboard paste failures in web apps
- The extension is small and self-contained, so analysis is straightforward. No external API calls for authentication or billing were found. The 'Proxmox' reference is specific to the developer's use case but the extension works on any https:// site.
付费分析未识别到付费功能
The extension is entirely free. It stores snippets locally using chrome.storage.sync, has no subscription logic, no payment gateway integration, and no premium feature gating. The keyword 'pro' found in the code refers to 'Proxmox VE' (the target environment), not a paid plan.
- 置信度
- 100
- 支付平台
- --
- 来源
- AI / 高
- 需要登录
- 否
- 登录理由
- The extension is a local clipboard manager. It uses chrome.storage.sync for persistence and has no login UI, authentication logic, or external account requirements. Users can add, store, and paste items immediately upon installation.
Worthless if there are no instructions on how to make it work
Годный плагин 👍