Frame OCR
Chrome Extension for Frame OCR
What is Frame OCR?
Frame OCR is a Chrome extension developed by frameocr, and its main feature is "Chrome Extension for Frame OCR".
Extension Screenshots
Download Frame OCR Extension CRX File
Download Frame OCR extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
This is a basic capture controller for the Frame OCR desktop application. Allows users to capture text directly from a chrome browser window. Requires that the Frame OCR desktop application is installed and running.
Extension Basic Information
Name | Frame OCR |
ID | jahccdhadfppfifdnfnoieholjpifajp |
Official URL | https://chromewebstore.google.com/detail/frame-ocr/jahccdhadfppfifdnfnoieholjpifajp |
Description | Chrome Extension for Frame OCR |
File Size | 348 KB |
Installation Count | 67 |
Current Version | 1.0 |
Last Updated | 2022-10-25 |
Publish Date | 2022-10-25 |
Developer | frameocr |
[email protected] | |
Payment Type | free |
Extension Website | https://framecapture.gumroad.com/l/vuiui |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Frame OCR", "description": "Chrome Extension for Frame OCR", "version": "1.0", "options_ui": { "page": "options.html" }, "action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "commands": { "getOcr": { "suggested_key": { "default": "Ctrl+Shift+F", "mac": "MacCtrl+Shift+F" }, "description": "Make OCR request" } }, "content_scripts": [ { "matches": [ " |