Free OCR extract text from ActiveTab
This tool is actually text scaner that capture active tab's target area and extract text from it.
Free OCR extract text from ActiveTabとは何ですか?
Free OCR extract text from ActiveTabはhttps://imagetotext.ioによって開発されたChromeの拡張機能で、その主な機能は「This tool is actually text scaner that capture active tab's target area and extract text from it.」です。
拡張機能のスクリーンショット
Free OCR extract text from ActiveTab拡張機能のCRXファイルをダウンロード
Free OCR extract text from ActiveTab拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension is actually text scanner that capture active tab's target area and extract text from it. This text scanner can extract several languages, Text can be in any language after capturing text you can copy to clipboard on single click
拡張機能の基本情報
名前 | Free OCR extract text from ActiveTab |
ID | bomlpocneecngaomhddeggcinnaoohgo |
公式URL | https://chromewebstore.google.com/detail/free-ocr-extract-text-fro/bomlpocneecngaomhddeggcinnaoohgo |
説明 | This tool is actually text scaner that capture active tab's target area and extract text from it. |
ファイルサイズ | 1.21 MB |
インストール数 | 6,724 |
現在のバージョン | 0.1.2 |
最終更新日 | 2021-06-19 |
公開日 | 2021-03-26 |
評価 | 3.31/5 合計 16 レビュー |
開発者 | https://imagetotext.io |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://imagetotext.io/ |
ヘルプページのURL | https://imagetotext.io/about |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "persistent": false, "scripts": [ "background.js" ] }, "browser_action": [], "description": "This tool is actually text scaner that capture active tab's target area and extract text from it.", "homepage_url": "https:\/\/imagetotext.io\/", "icons": { "128": "data\/icons\/128.png", "16": "data\/icons\/16.png", "19": "data\/icons\/19.png", "256": "data\/icons\/256.png", "32": "data\/icons\/32.png", "38": "data\/icons\/38.png", "48": "data\/icons\/48.png", "512": "data\/icons\/512.png", "64": "data\/icons\/64.png" }, "manifest_version": 2, "name": "Free OCR extract text from ActiveTab", "permissions": [ "storage", "activeTab", "notifications" ], "version": "0.1.2", "web_accessible_resources": [ "data\/ui\/index.html" ] } |