Text.ai - Intelligent Text Extractor

Simply copy text from images & videos

Text.ai - Intelligent Text Extractorคืออะไร?

Text.ai - Intelligent Text Extractor เป็นส่วนขยายของ Chrome ที่พัฒนาโดย aiswaryaeswar และคุณลักษณะหลักของมันคือ "Simply copy text from images & videos"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Text.ai - Intelligent Text Extractor

ดาวน์โหลดไฟล์ส่วนขยาย Text.ai - Intelligent Text Extractor ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        - Helps to extract text from images and videos. Suppose you are watching a presentation in youtube or slideshare and want to grab some important point and save it in Evernote, notepad etc., the tool is immensely helpful.

How to use it?
- click the icon to activate it, draw a rectangle around the text you want to copy. The text will be copied to the clipboard.

How to use it a better way?
- Keep shortcut like "Ctrl + shift + C" in the extension for "Grab text to clipboard" in "global" category. It becomes as simple as "ctrl + shift + C" to copy and "ctrl + v" to paste it - very close to "ctrl + c" and "ctrl +v" we do normally.

Features
- Extracts selective content from images, PDFs, Videos and converts it to editable text
- Extracts content from streaming videos
- Supports text conversion from any recognizable content from screen
PDFs to text, word, notepad etc
- Best in class Google AI engine 
- 100+ Languages supported
- Automatic Language detection
- Low latency detection                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Text.ai - Intelligent Text Extractor Text.ai - Intelligent Text Extractor
ID kbmghleapiiimcckpfocfkepnjgfaejk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/textai-intelligent-text-e/kbmghleapiiimcckpfocfkepnjgfaejk
คำอธิบาย Simply copy text from images & videos
ขนาดไฟล์ 142 KB
จำนวนการติดตั้ง 8,268
เวอร์ชันปัจจุบัน 0.0.6
อัปเดตครั้งล่าสุด 2023-02-28
วันที่เผยแพร่ 2020-09-15
คะแนน 3.42/5 รวมทั้งหมด 85 คะแนน
ผู้พัฒนา aiswaryaeswar
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://sniptextai.com/
URL หน้านโยบายความเป็นส่วนตัว https://sites.google.com/view/text-ai/home
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Text.ai - Intelligent Text Extractor",
    "version": "0.0.6",
    "description": "Simply copy text from images & videos",
    "browser_action": {
        "default_icon": {
            "19": "\/images\/icon19.png",
            "38": "\/images\/icon38.png"
        },
        "default_title": "Text.ai - Intelligent Text Extractor"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAinoVUkBqIuM4m7qn\/sF\/YNGCXyR55DYa+sggitVgOcrYr4PCgUUuVJ297y9JrSZ3pFHp+3QaZJI97YNeXHQTelBkW99nsyexmDWmNGcA7lCILo5pTMtXC4fdqh2WVYckaNduFjyPlhtn3+a5Yufi93NEVi+8vXyb5rM8FwpW24ylEa0U6oNG0SMkP4Y0B8jkl3mJF0kw4q8Wy3t22vBn26IWH4oAWyIBJVal1yeJyX5DUQj\/nZajCfFjMX6lYOq6RxZdHAdCx+Zd\/NBB+fnnmKLoBWDEJqdiMgtVWD85IoJ5FVGYOFLdjT8rcHYJh6xwmvMsjimsZynU\/AkbEjzVPQIDAQAB",
    "oauth2": {
        "client_id": "676667129050-26plm16auv46nsb4dr40eb2t0k4vq4ht.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email",
            "https:\/\/www.googleapis.com\/auth\/userinfo.profile"
        ]
    },
    "background": {
        "scripts": [
            "dist\/main.js"
        ],
        "persistent": false
    },
    "web_accessible_resources": [
        "\/images\/Jcrop.gif",
        "\/images\/pixel.png"
    ],
    "commands": {
        "easy-text-grab": {
            "suggested_key": {
                "default": "Ctrl+Shift+S"
            },
            "description": "Grab text in image or video and load it to clipboard"
        }
    },
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "permissions": [
        "clipboardWrite",
        "activeTab",
        "storage",
        "",
        "identity"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/cdn.jsdelivr.net; object-src 'self'"
}