Frame OCR
Chrome Extension for Frame OCR
Frame OCRとは何ですか?
Frame OCRはframeocrによって開発されたChromeの拡張機能で、その主な機能は「Chrome Extension for Frame OCR」です。
拡張機能のスクリーンショット
Frame OCR拡張機能のCRXファイルをダウンロード
Frame OCR拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.
拡張機能の基本情報
名前 | Frame OCR |
ID | jahccdhadfppfifdnfnoieholjpifajp |
公式URL | https://chromewebstore.google.com/detail/frame-ocr/jahccdhadfppfifdnfnoieholjpifajp |
説明 | Chrome Extension for Frame OCR |
ファイルサイズ | 348 KB |
インストール数 | 67 |
現在のバージョン | 1.0 |
最終更新日 | 2022-10-25 |
公開日 | 2022-10-25 |
開発者 | frameocr |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://framecapture.gumroad.com/l/vuiui |
対応言語 | 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": [ " |