Language Weaver Instant Translation

Automatically translate selected text securely and accurately, using RWS's state-of-the-art neural machine translation

Language Weaver Instant Translationคืออะไร?

Language Weaver Instant Translation เป็นส่วนขยายของ Chrome ที่พัฒนาโดย RWS และคุณลักษณะหลักของมันคือ "Automatically translate selected text securely and accurately, using RWS's state-of-the-art neural machine translation"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Language Weaver Instant Translation

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

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

                        This browser add-on allows for instant translation using RWS's state-of-the art neural net secure machine translation. Language Weaver Instant Translation works within your browser to deliver instant translation for some of the world's most challenging languages as you browse.
 
Language Weaver delivers: 

    * Speed – on demand instant translation for any language right in your browser on any device.
    * Accuracy – enabled through RWS's Neural Machine Translation and optimized by language experts.
    * Security – your content is never exposed or re-purposed.
 
To use, simply select the text you want, and click the RWS Logo to translate the entire page. You can also enable automatic language detection and continuous translation for a truly seamless experience. It's that easy! 

This add-on is activated for those that have an enterprise Language Weaver or Language Weaver Edge account. If you do not have an account, be sure to visit: https://www.rws.com/language-weaver/ to learn more about RWS's Machine Translation software and the many ways you and your organization can take advantage of this powerful technology.


Version 1.2.5.0 adds adds support for manifest V3.                    

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

ชื่อ Language Weaver Instant Translation Language Weaver Instant Translation
ID kpkfbagfhdhgfcnfaodapngddllbldfl
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/language-weaver-instant-t/kpkfbagfhdhgfcnfaodapngddllbldfl
คำอธิบาย Automatically translate selected text securely and accurately, using RWS's state-of-the-art neural machine translation
ขนาดไฟล์ 176 KB
จำนวนการติดตั้ง 1,466
เวอร์ชันปัจจุบัน 1.2.5.0
อัปเดตครั้งล่าสุด 2023-02-19
วันที่เผยแพร่ 2020-05-01
คะแนน 4.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา RWS
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.rws.com/language-weaver/
URL หน้าช่วยเหลือ https://community.rws.com/product-groups/linguistic-ai/
URL หน้านโยบายความเป็นส่วนตัว https://www.rws.com/legal/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "author": "RWS PLC",
    "name": "Language Weaver Instant Translation",
    "description": "Automatically translate selected text securely and accurately, using RWS's state-of-the-art neural machine translation",
    "version": "1.2.5.0",
    "short_name": "Chrome",
    "action": {
        "browser_style": true,
        "default_icon": {
            "16": "images\/logo16.png"
        },
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage",
        "clipboardWrite",
        "contextMenus",
        "tabs",
        "identity"
    ],
    "host_permissions": [
        "https:\/\/*\/"
    ],
    "icons": {
        "16": "images\/logo16.png",
        "48": "images\/logo48.png",
        "64": "images\/logo64.png",
        "128": "images\/logo128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*",
                "file:\/\/\/*\/*"
            ],
            "js": [
                "id.js",
                "floatingButton.js",
                "WinPosition.js",
                "ExtensionContentAll.js"
            ],
            "css": [
                "floatingButton.css"
            ],
            "run_at": "document_start",
            "all_frames": true
        },
        {
            "matches": [
                "*:\/\/*\/*",
                "file:\/\/\/*\/*"
            ],
            "js": [
                "\/settings\/settings.js",
                "\/settings\/features.js",
                "PersistentVars.js",
                "\/providers\/ETSUtil.js",
                "\/providers\/ETSProvider.js",
                "\/providers\/BG4Util.js",
                "\/providers\/BG4Provider.js",
                "languages.js",
                "\/translation\/Translator.js",
                "\/translation\/SegmentTranslator.js",
                "\/translation\/DynamicTranslator.js",
                "\/server\/content.js",
                "popWin.js",
                "translationBar.js",
                "ExtensionContent.js"
            ],
            "css": [
                "translationBar.css",
                "popWin.css"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*"
            ],
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ],
    "background": {
        "service_worker": "ExtensionBackground.js"
    }
}