Search-Lex

EUR-Lex Bilingual Search Assistant: Streamline Your Research, Enhance Translations, and Master EU Languages

Search-Lexคืออะไร?

Search-Lex เป็นส่วนขยายของ Chrome ที่พัฒนาโดย porkopek และคุณลักษณะหลักของมันคือ "EUR-Lex Bilingual Search Assistant: Streamline Your Research, Enhance Translations, and Master EU Languages"

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Search-Lex

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

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

                        Discover a more efficient way to search and translate documents within the EUR-Lex database using our EUR-Lex Bilingual Search Assistant! This powerful Chrome extension streamlines your research process by performing bilingual searches and providing aligned results, so you can focus on what truly matters - understanding the content.

Key Features:

Bilingual Search: Choose your source and target languages, enter your search term, and hit Enter. Our extension will fetch and display relevant documents from the EUR-Lex database in both languages, side by side and aligned at segment level.

Comprehensive Language Support: The EUR-Lex Bilingual Search Assistant caters to all European Union languages, enabling users to perform bilingual searches and translations across the diverse linguistic landscape of the EU with ease and accuracy.

Smart Alignment: Unlike the traditional EUR-Lex page, our extension automatically aligns the segments of each document, showing only the most relevant parts. This way, you can quickly consult and compare the content.

Statistical Translation: Our extension calculates translation probabilities statistically, offering you a more accurate and reliable understanding of the documents.

Glossary Extraction: Effortlessly create bilingual glossaries using the built-in extraction feature. The extension automatically identifies key terms, creates and aligns indexes for source and target languages, and generates a customizable bilingual glossary that you will be able to export to .CSV format for easy import into your favourite CAT tool.

Export Options: Save your work easily by exporting the segments in .TMX format or creating bilingual glossaries in .CSV format. These files can then be imported into memoQ or other translation tools.

Upgrade your EUR-Lex experience with the EUR-Lex Bilingual Search Assistant Chrome extension - the ultimate tool for legal professionals, translators, and researchers who need quick, reliable, and precise translations. Download now and unlock a world of efficient bilingual searching!                    

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

ชื่อ Search-Lex Search-Lex
ID dpilodkjdhaopamblofopglocigoclab
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/search-lex/dpilodkjdhaopamblofopglocigoclab
คำอธิบาย EUR-Lex Bilingual Search Assistant: Streamline Your Research, Enhance Translations, and Master EU Languages
ขนาดไฟล์ 1.71 MB
จำนวนการติดตั้ง 768
เวอร์ชันปัจจุบัน 1.0.7
อัปเดตครั้งล่าสุด 2023-11-29
วันที่เผยแพร่ 2021-10-20
คะแนน 5.00/5 รวมทั้งหมด 21 คะแนน
ผู้พัฒนา porkopek
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Search-Lex",
    "description": "EUR-Lex Bilingual Search Assistant: Streamline Your Research, Enhance Translations, and Master EU Languages",
    "version": "1.0.7",
    "action": {
        "default_title": "Search-Lex"
    },
    "content_security_policy": {
        "script-src": "self",
        "object-src": "self"
    },
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "256": "favicon_256.png",
        "64": "favicon_64.png"
    },
    "host_permissions": [
        "*:\/\/*.europa.eu\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "index.html"
            ],
            "matches": [
                ""
            ],
            "use_dynamic_url": true
        }
    ]
}