OCR OCRGPT: Effortlessly extract texts
Effortlessly retrieve text from any readable file in any language with just one click. (Shortcut: Ctrl+Shift+1)
OCR OCRGPT: Effortlessly extract texts란 무엇입니까?
OCR OCRGPT: Effortlessly extract texts은(는) ak에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Effortlessly retrieve text from any readable file in any language with just one click. (Shortcut: Ctrl+Shift+1)"입니다.
확장 프로그램 스크린샷
OCR OCRGPT: Effortlessly extract texts 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
🚀 Unlock the Power of Text Extraction with AI OCR! 🚀
✨ Transform images of any format into text effortlessly! ✨
📸 Capture & Extract:
Instantly extract text from images with just a click. Upload any image, and let AI OCR do the magic of Optical Character Recognition (OCR) for you. Say goodbye to manual typing!
🔍 Precision OCR Technology:
AI OCR ensures accurate and reliable text extraction. From documents to snapshots, it handles it all, providing you with pristine results every time.
💡 Key Features:
🖼️ Image to Text Conversion: Extract text seamlessly from images of any format.
🚀 Quick & Easy: Simplify your workflow with one-click text extraction.
📋 Copy with Ease: Copy the extracted text effortlessly for immediate use with a single click.
🌐 Versatile Applications:
Whether you're digitizing notes, extracting information from images, or just curious about what's in a picture, AI OCR is your go-to tool.
🌈 User-Friendly Interface:
Designed with simplicity in mind, our extension ensures a smooth and intuitive user experience. No tech expertise is required!
SHORTCUT: Command+Shift+1 (MacOS), Ctrl+Shift+1 (Windows) 확장 프로그램 기본 정보
| 이름 | |
| ID | kkoompcapdaomkhaeeibedmfhjelbnka |
| 공식 URL | https://chromewebstore.google.com/detail/ocr-ocrgpt-effortlessly-e/kkoompcapdaomkhaeeibedmfhjelbnka |
| 설명 | Effortlessly retrieve text from any readable file in any language with just one click. (Shortcut: Ctrl+Shift+1) |
| 파일 크기 | 1.36 MB |
| 설치 횟수 | 31 |
| 현재 버전 | 1.1 |
| 최근 업데이트 | 2023-12-22 |
| 출시 날짜 | 2023-12-20 |
| 평점 | 5.00/5 총 5 개의 평점 |
| 개발자 | ak |
| 이메일 | [email protected] |
| 결제 유형 | free |
| 지원되는 언어 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "OCR OCRGPT: Effortlessly extract texts",
"version": "1.1",
"description": "Effortlessly retrieve text from any readable file in any language with just one click. (Shortcut: Ctrl+Shift+1)",
"manifest_version": 3,
"action": {
"default_popup": "popup.html",
"default_icon": {
"40": "images\/icon.png",
"80": "images\/icon.png",
"100": "images\/icon.png"
}
},
"icons": {
"40": "images\/icon.png",
"80": "images\/icon.png",
"100": "images\/icon.png"
},
"commands": {
"_execute_action": {
"suggested_key": {
"default": "Ctrl+Shift+1",
"mac": "Command+Shift+1"
}
}
}
} | |