Project Naptha

Highlight, copy, edit, and translate text from any image on the web.

Project Napthaคืออะไร?

Project Naptha เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://projectnaptha.com และคุณลักษณะหลักของมันคือ "Highlight, copy, edit, and translate text from any image on the web."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Project Naptha

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

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

                        Live Demo: http://projectnaptha.com/

Project Naptha automatically applies state-of-the-art computer vision algorithms on every image you see while browsing the web. The result is a seamless and intuitive experience, where you can highlight as well as copy and paste and even edit and translate the text formerly trapped within an image.

Words on the web exist in two forms: there’s the text of articles, emails, tweets, chats and blogs— which can be copied, searched, translated, edited and selected— and then there’s the text which is shackled to images, found in comics, document scans, photographs, posters, charts, diagrams, screenshots and memes. Interaction with this second type of text has always been a second class experience, the only way to search or copy a sentence from an image would be to do as the ancient monks did, manually transcribing regions of interest.

You can watch as moving your cursor over a block of words changes it into the little I-beam. You can drag over a few lines and watch as a semitransparent blue box highlights the text, helping you keep track of where you are and what you’re reading. Hit Ctrl+C to copy the text, where you can paste it into a search bar, a Word document, an email or a chat window. Right-click and you can erase the words from an image, edit the words, or even translate it into a different language.

Security & Privacy: Project Naptha handles OCR and text detection locally on your computer. When highlighting text, the extension checks a remote server to determine whether a public high quality transcription exists using a cryptographic hash of the URL (this includes no cookies, user tokens, or any identifying information, and the server is incapable of storing access logs). For more information, read the section on security and privacy on http://projectnaptha.com/                    

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

ชื่อ Project Naptha Project Naptha
ID molncoemjfmpgdkbdlbjmhlcgniigdnf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/project-naptha/molncoemjfmpgdkbdlbjmhlcgniigdnf
คำอธิบาย Highlight, copy, edit, and translate text from any image on the web.
ขนาดไฟล์ 428 KB
จำนวนการติดตั้ง 427,062
เวอร์ชันปัจจุบัน 0.9.5
อัปเดตครั้งล่าสุด 2020-05-09
วันที่เผยแพร่ 2020-05-08
คะแนน 3.59/5 รวมทั้งหมด 1785 คะแนน
ผู้พัฒนา https://projectnaptha.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://projectnaptha.com/
URL หน้าช่วยเหลือ https://projectnaptha.com/
URL หน้านโยบายความเป็นส่วนตัว http://projectnaptha.com
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Project Naptha",
    "short_name": "Naptha",
    "description": "Highlight, copy, edit, and translate text from any image on the web.",
    "version": "0.9.5",
    "background": {
        "scripts": [
            "flame-monkey.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "naptha-wick.js"
            ],
            "css": [
                "naptha.css"
            ]
        }
    ],
    "permissions": [
        "clipboardWrite",
        "clipboardRead",
        "storage",
        "tts",
        ""
    ],
    "icons": {
        "128": "icon.png"
    }
}