Mathpix Snip

Convert PDFs to LaTeX, DOCX, Markdown, and more

Mathpix Snipคืออะไร?

Mathpix Snip เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Mathpix และคุณลักษณะหลักของมันคือ "Convert PDFs to LaTeX, DOCX, Markdown, and more"

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Mathpix Snip: read, search, and convert scientific PDFs.

Convert PDFs to LaTeX, DOCX, Markdown, and more.                                      

The Mathpix Snip Chrome extensions makes it possible to upload a PDF in your browser to your PDF collection in Snip instantly. It’s a key tool all STEM researchers need to stay on top of their fields. We  make it easy and intuitive to create a searchable, exportable collection of PDFs from Arxiv.org and other online resources. Once in Snip, you can search and read your PDFs on any device, with the ability to export your documents to DOCX, HTML, LaTeX, and Markdown. You can also extract text from your PDFs and create research summaries via our Mathpix Markdown document editor in Snip. 

This Chrome extension has special features for Arxiv.org, including automatic naming of your PDF files, metadata extraction, and duplication detection to prevent adding the same PDF to your collection twice.

This Chrome extension also integrates perfectly with the iOS and Android Snip apps, so that you can read your PDFs on the go, including an HTML view of the document so you can read PDFs comfortably on your phone without having to zoom into your document to compensate for small font sizes.

We believe that if we make it pleasant for users to work with research PDFs, researchers will spend more time actually reading and studying them, and discover more connections, and ideas. It's frustrating enough to be a researcher, why make it harder than it needs to be by using business oriented storage software to manage your research PDFs?                    

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

ชื่อ Mathpix Snip Mathpix Snip
ID acjfbklbdkhaamiiehfmmepaiddbnido
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/mathpix-snip/acjfbklbdkhaamiiehfmmepaiddbnido
คำอธิบาย Convert PDFs to LaTeX, DOCX, Markdown, and more
ขนาดไฟล์ 1.96 MB
จำนวนการติดตั้ง 54,099
เวอร์ชันปัจจุบัน 1.0.4
อัปเดตครั้งล่าสุด 2023-09-10
วันที่เผยแพร่ 2022-09-01
คะแนน 5.00/5 รวมทั้งหมด 12 คะแนน
ผู้พัฒนา Mathpix
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://mathpix.com
URL หน้าช่วยเหลือ https://mathpix.com
URL หน้านโยบายความเป็นส่วนตัว https://mathpix.com/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Mathpix Snip",
    "author": "Mathpix",
    "description": "Convert PDFs to LaTeX, DOCX, Markdown, and more",
    "version": "1.0.4",
    "action": {
        "default_title": "Snip",
        "default_popup": "index.html",
        "default_icon": "logo.png"
    },
    "icons": {
        "128": "largeLogo.png"
    },
    "background": {
        "service_worker": ".\/background\/background.js"
    },
    "host_permissions": [
        ""
    ],
    "permissions": [
        "tabs",
        "cookies"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}